From 4ecfd41e36533d858c98d051ef70cab80e69e972 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:00:50 +0200 Subject: 2.3 --- library/pch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'library/pch.h') diff --git a/library/pch.h b/library/pch.h index 22ed251f..966bc103 100644 --- a/library/pch.h +++ b/library/pch.h @@ -33,6 +33,7 @@ do NOT use in release build! #endif //FFS_LINUX //other wxWidgets headers +#include #include #include #include @@ -89,6 +90,9 @@ do NOT use in release build! #include "../shared/tinyxml/tinyxml.h" #include +//Boost +#include + #ifdef FFS_WIN #include //includes "windows.h" #endif //FFS_WIN -- cgit