summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-10-06 22:23:57 +1100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-06 15:16:49 +0100
commit117d13485cfd56026db945f8cfe52e8e8075ebcf (patch)
treeb3a8d89ad136e538c35e580382eedb4c03ce9a8c /tests
parent4e4cd280c4d62b1dbc2d5564ef4420a2a61f95fd (diff)
downloadsubsurface-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.cpp1
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>