summaryrefslogtreecommitdiffstats
path: root/src/help.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-18 21:18:05 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-18 21:18:05 +0000
commita5e84125b62bf41871b57d93e457db81ee139485 (patch)
tree420c753d71c92ee51ff1e2499e1ba93f802f48ff /src/help.cpp
parentCode cleanup. (diff)
downloadinkscape-a5e84125b62bf41871b57d93e457db81ee139485.tar.gz
inkscape-a5e84125b62bf41871b57d93e457db81ee139485.zip
Fix build (not pretty).
(bzr r13341.1.146)
Diffstat (limited to 'src/help.cpp')
-rw-r--r--src/help.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/help.cpp b/src/help.cpp
index 60e57abfc..643945a69 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -11,7 +11,11 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <glib.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <glibmm.h>
#include "file.h"
#include "help.h"