summaryrefslogtreecommitdiffstats
path: root/core/prefs-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/prefs-macros.h')
-rw-r--r--core/prefs-macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/prefs-macros.h b/core/prefs-macros.h
index 72d5c60b2..53361a19f 100644
--- a/core/prefs-macros.h
+++ b/core/prefs-macros.h
@@ -3,6 +3,7 @@
#define PREFSMACROS_H
#include "core/qthelper.h"
+#include "subsurface-string.h"
#define SB(V, B) s.setValue(V, (int)(B->isChecked() ? 1 : 0))