diff --git a/src/gui/qt/qttools/qthelper/qthelper.cpp b/src/gui/qt/qttools/qthelper/qthelper.cpp index b0c0f9f4..61070c78 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.cpp +++ b/src/gui/qt/qttools/qthelper/qthelper.cpp @@ -10,6 +10,7 @@ // // #include "qthelper.h" +#include #include QtHelper::QtHelper() diff --git a/src/gui/qt/qttools/qthelper/qthelper.h b/src/gui/qt/qttools/qthelper/qthelper.h index 4e5594ad..eb2797ef 100644 --- a/src/gui/qt/qttools/qthelper/qthelper.h +++ b/src/gui/qt/qttools/qthelper/qthelper.h @@ -16,7 +16,6 @@ #error This file is not for the server. #endif -#include /** @author FThauer FHammer */