summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartCustomBoxWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartCustomBoxWrapper.cpp')
-rw-r--r--libkdchart/KDChartCustomBoxWrapper.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libkdchart/KDChartCustomBoxWrapper.cpp b/libkdchart/KDChartCustomBoxWrapper.cpp
index c62b118..64a99a9 100644
--- a/libkdchart/KDChartCustomBoxWrapper.cpp
+++ b/libkdchart/KDChartCustomBoxWrapper.cpp
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "KDChartCustomBoxWrapper.h"
KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
:TQObject(0), _data(data)