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