diff options
Diffstat (limited to 'src/formatimporter.cpp')
-rw-r--r-- | src/formatimporter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp index ea26091..2a4c1c2 100644 --- a/src/formatimporter.cpp +++ b/src/formatimporter.cpp @@ -18,6 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <tqstring.h> #include <tqstringlist.h> #include <tqdir.h> |