From 7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 23 Sep 2018 17:14:48 +0200 Subject: Remove #include "config.h" from header files where possible --- src/widgets/sp-attribute-widget.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/sp-attribute-widget.cpp') 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 #include #include -- cgit v1.2.3