diff options
Diffstat (limited to 'lang/qt/tests/t-support.cpp')
| -rw-r--r-- | lang/qt/tests/t-support.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp index 86372f70..857d0a39 100644 --- a/lang/qt/tests/t-support.cpp +++ b/lang/qt/tests/t-support.cpp @@ -29,6 +29,10 @@      your version.  */ +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif +  #include "t-support.h"  #include <QTest> | 
