diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-10-06 22:23:57 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-06 15:16:49 +0100 |
commit | 117d13485cfd56026db945f8cfe52e8e8075ebcf (patch) | |
tree | b3a8d89ad136e538c35e580382eedb4c03ce9a8c /tests | |
parent | 4e4cd280c4d62b1dbc2d5564ef4420a2a61f95fd (diff) | |
download | subsurface-117d13485cfd56026db945f8cfe52e8e8075ebcf.tar.gz |
TestPlan: include subsurfacestartup.h
Commit 9d8b0ad introduces the copy_prefs function, and uses it to replace prefs
= default_prefs. We need to include subsurfacestartup.h for it to work in
testplan.cpp, otherwise TestPlan_build fails.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testplan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index e73070439..753550016 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -2,6 +2,7 @@ #include "testplan.h" #include "planner.h" #include "units.h" +#include "subsurfacestartup.h" #include "qthelper.h" #include <QDebug> |