From 117d13485cfd56026db945f8cfe52e8e8075ebcf Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Tue, 6 Oct 2015 22:23:57 +1100 Subject: 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 Signed-off-by: Dirk Hohndel --- tests/testplan.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2