From cd52997c48fe3a9bfe89be4a3d0776a4172541e1 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Sat, 23 Oct 2010 10:52:12 +0000 Subject: [PATCH] Fix for issue 133. --- RecastDemo/Source/SlideShow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecastDemo/Source/SlideShow.cpp b/RecastDemo/Source/SlideShow.cpp index 98761d7..65b2dcf 100644 --- a/RecastDemo/Source/SlideShow.cpp +++ b/RecastDemo/Source/SlideShow.cpp @@ -19,7 +19,7 @@ #include "SlideShow.h" #include #include -#include +#include //#define STBI_HEADER_FILE_ONLY #include "stb_image.h"