From d5c30d5d57b8f542cdc699c9684a3a0595846efa Mon Sep 17 00:00:00 2001 From: Anonymous Date: Mon, 13 Jan 2014 09:06:33 -0700 Subject: [PATCH] Updated include to the new location --- .../library/sharedFoundation/src/shared/StlForwardDeclaration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/shared/library/sharedFoundation/src/shared/StlForwardDeclaration.h b/engine/shared/library/sharedFoundation/src/shared/StlForwardDeclaration.h index 60e8fbaf..143db163 100644 --- a/engine/shared/library/sharedFoundation/src/shared/StlForwardDeclaration.h +++ b/engine/shared/library/sharedFoundation/src/shared/StlForwardDeclaration.h @@ -31,7 +31,7 @@ // ====================================================================== // grab stlport configuration -#include "stl/_config.h" +#include "stl/config/features.h" namespace std {