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