summaryrefslogtreecommitdiffstats
path: root/core/deco.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/deco.c')
-rw-r--r--core/deco.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/deco.c b/core/deco.c
index 96cb0411c..e0b112150 100644
--- a/core/deco.c
+++ b/core/deco.c
@@ -23,7 +23,8 @@
#include "dive.h"
#include "subsurface-string.h"
#include <assert.h>
-#include "core/planner.h"
+#include "errorhelper.h"
+#include "planner.h"
#include "qthelper.h"
#define cube(x) (x * x * x)