From 47ca73c00ab8ce58e157b6d9e4ce17eb01522ece Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sat, 6 Oct 2012 12:19:01 +0200 Subject: [PATCH] Hide recently added include by preprocessor configuration (as "suggested" by comment) --- gui/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui/main.cpp b/gui/main.cpp index 648bdb71f..42c0cff7b 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -23,8 +23,11 @@ #include #include #include -#include // currently used only on _WIN32 +#ifdef _WIN32 +#include +#else #include +#endif #include "mainwindow.h" #include "erroritem.h"