mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
4e4cd280c4
commit
117d13485c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "testplan.h"
|
||||
#include "planner.h"
|
||||
#include "units.h"
|
||||
#include "subsurfacestartup.h"
|
||||
#include "qthelper.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
|
Loading…
Reference in a new issue