From 71b63255ef79ab34659cf2db6423befda5ebbea3 Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 1 Oct 2007 10:59:13 +0000 Subject: [PATCH] bugfix --- src/gui/qt/qttools/qthelper/qthelper.cpp | 1 + src/gui/qt/qttools/qthelper/qthelper.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gui/qt/qttools/qthelper/qthelper.cpp b/src/gui/qt/qttools/qthelper/qthelper.cpp index 61070c78..679d6480 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.cpp +++ b/src/gui/qt/qttools/qthelper/qthelper.cpp @@ -13,6 +13,7 @@ #include #include + QtHelper::QtHelper() { } diff --git a/src/gui/qt/qttools/qthelper/qthelper.h b/src/gui/qt/qttools/qthelper/qthelper.h index eb2797ef..42b03617 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.h +++ b/src/gui/qt/qttools/qthelper/qthelper.h @@ -16,6 +16,7 @@ #error This file is not for the server. #endif +#include /** @author FThauer FHammer */