From 2efc9954966527849e036ec7160cd2d961515568 Mon Sep 17 00:00:00 2001 From: dismine Date: Wed, 31 Dec 2014 13:28:55 +0200 Subject: [PATCH] Fixed broken build on Windows. --HG-- branch : develop --- src/app/version.cpp | 1 + src/app/version.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/version.cpp b/src/app/version.cpp index 59b00cfc9..4126d63d5 100644 --- a/src/app/version.cpp +++ b/src/app/version.cpp @@ -29,6 +29,7 @@ #include "version.h" #include #include +#include extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 2; diff --git a/src/app/version.h b/src/app/version.h index 6404d8878..65cc9f6c3 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -26,9 +26,6 @@ ** *************************************************************************/ -#include -#include - #ifndef VERSION_H #define VERSION_H