From fd0853d2623dd278b08288331ed42e3be59252fb Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:00:17 +0200 Subject: 2.2 --- library/pch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'library/pch.h') diff --git a/library/pch.h b/library/pch.h index b561d448..22ed251f 100644 --- a/library/pch.h +++ b/library/pch.h @@ -25,6 +25,7 @@ do NOT use in release build! #include #include #include +#include #include #ifdef FFS_LINUX @@ -85,7 +86,7 @@ do NOT use in release build! #include //other -#include "tinyxml/tinyxml.h" +#include "../shared/tinyxml/tinyxml.h" #include #ifdef FFS_WIN -- cgit