summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-attribute-widget.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-23 15:14:48 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-24 19:20:13 +0000
commit7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 (patch)
tree3842c2d4a26444d4cdcb1c501a18aa19eebd21c5 /src/widgets/sp-attribute-widget.cpp
parentLPE PointParam: use doc2dt (diff)
downloadinkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.tar.gz
inkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.zip
Remove #include "config.h" from header files where possible
Diffstat (limited to '')
-rw-r--r--src/widgets/sp-attribute-widget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/sp-attribute-widget.cpp b/src/widgets/sp-attribute-widget.cpp
index 2749b90ef..f77404019 100644
--- a/src/widgets/sp-attribute-widget.cpp
+++ b/src/widgets/sp-attribute-widget.cpp
@@ -12,6 +12,10 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <glibmm/i18n.h>
#include <gtkmm/entry.h>
#include <gtkmm/grid.h>