diff options
Diffstat (limited to 'src/itemlibrary.cpp')
-rw-r--r-- | src/itemlibrary.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itemlibrary.cpp b/src/itemlibrary.cpp index 720c5c7..bbf144e 100644 --- a/src/itemlibrary.cpp +++ b/src/itemlibrary.cpp @@ -8,7 +8,9 @@ * (at your option) any later version. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "cnitem.h" #include "canvasitemparts.h" |