diff options
Diffstat (limited to 'libkdchart/KDChart.cpp')
-rw-r--r-- | libkdchart/KDChart.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libkdchart/KDChart.cpp b/libkdchart/KDChart.cpp index eb85bf2..e52e0a4 100644 --- a/libkdchart/KDChart.cpp +++ b/libkdchart/KDChart.cpp @@ -26,6 +26,11 @@ ** licensing are not clear to you. ** **********************************************************************/ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #if defined KDAB_EVAL #include "../evaldialog/evaldialog.h" #endif |