diff options
Diffstat (limited to 'kmymoney2/converter/mymoneygncreader.cpp')
-rw-r--r-- | kmymoney2/converter/mymoneygncreader.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kmymoney2/converter/mymoneygncreader.cpp b/kmymoney2/converter/mymoneygncreader.cpp index dcf7d56..14d7b03 100644 --- a/kmymoney2/converter/mymoneygncreader.cpp +++ b/kmymoney2/converter/mymoneygncreader.cpp @@ -20,6 +20,10 @@ email : [email protected] * * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + // ---------------------------------------------------------------------------- // QT Includes #include <tqfile.h> @@ -44,7 +48,6 @@ email : [email protected] // Project Includes #include "mymoneygncreader.h" #ifndef _GNCFILEANON - #include "config.h" #include "../mymoney/storage/imymoneystorage.h" #include "../kmymoneyutils.h" #include "../mymoney/mymoneyfile.h" |