From 070198ecf2615b08ecfdc87e291a04e89a11a801 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 25 Apr 2015 10:21:32 +0200 Subject: [PATCH] + fix gcc build failure --- src/App/Enumeration.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App/Enumeration.cpp b/src/App/Enumeration.cpp index b6e7e8245..6e3a35326 100644 --- a/src/App/Enumeration.cpp +++ b/src/App/Enumeration.cpp @@ -21,13 +21,15 @@ ***************************************************************************/ #include "PreCompiled.h" +#ifndef _PreComp_ +# include +# include +# include +#endif #include - #include "Enumeration.h" -#include - using namespace App; Enumeration::Enumeration()