diff options
Diffstat (limited to 'CompilerInfo.h')
-rwxr-xr-x[-rw-r--r--] | CompilerInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CompilerInfo.h b/CompilerInfo.h index 0ec1e08..c795fa3 100644..100755 --- a/CompilerInfo.h +++ b/CompilerInfo.h @@ -3,6 +3,8 @@ \author alpha_one_x86 \licence GPL3, see the file COPYING */ +#include <QObject> + /// \def COMPILERINFO the string to identify the compiler #if defined(Q_CC_GNU) #define COMPILERINFO std::string("GCC ")+std::to_string(__GNUC__)+"."+std::to_string(__GNUC_MINOR__)+"."+std::to_string(__GNUC_PATCHLEVEL__) |