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>
This commit is contained in:
Rick Walsh 2015-10-06 22:23:57 +11:00 committed by Dirk Hohndel
parent 4e4cd280c4
commit 117d13485c

View file

@ -2,6 +2,7 @@
#include "testplan.h" #include "testplan.h"
#include "planner.h" #include "planner.h"
#include "units.h" #include "units.h"
#include "subsurfacestartup.h"
#include "qthelper.h" #include "qthelper.h"
#include <QDebug> #include <QDebug>