From fe5bd12301b82d6fd4734bf04030e61fbe4bbbc1 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 16 Oct 2010 17:10:00 +0000 Subject: [PATCH] Fix --without-pch build This was SVN commit r8375. --- source/graphics/TextureManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/graphics/TextureManager.cpp b/source/graphics/TextureManager.cpp index 68d3d55e2c..fed3765825 100644 --- a/source/graphics/TextureManager.cpp +++ b/source/graphics/TextureManager.cpp @@ -29,6 +29,8 @@ #include "ps/CLogger.h" #include "ps/Filesystem.h" +#include + // Comparison functor that operates over texture properties, or // over the properties of a CTexturePtr (ignoring the mutable state like Handle). struct TextureCacheCmp