summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc
index 0d916cd..233f539 100644
--- a/src/MainWindow.cc
+++ b/src/MainWindow.cc
@@ -19,6 +19,10 @@
USA.
***/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <iostream>
#include <string>
#include <sstream>