diff --git a/RecastDemo/Source/Sample.cpp b/RecastDemo/Source/Sample.cpp index 7ee8a11d..0af9efd6 100644 --- a/RecastDemo/Source/Sample.cpp +++ b/RecastDemo/Source/Sample.cpp @@ -16,16 +16,18 @@ // 3. This notice may not be removed or altered from any source distribution. // +#include +#include #include "Sample.h" -#include -#include "DetourCrowd.h" -#include "DetourDebugDraw.h" -#include "DetourNavMesh.h" -#include "DetourNavMeshQuery.h" -#include "imgui.h" #include "InputGeom.h" #include "Recast.h" #include "RecastDebugDraw.h" +#include "DetourDebugDraw.h" +#include "DetourNavMesh.h" +#include "DetourNavMeshQuery.h" +#include "DetourCrowd.h" +#include "imgui.h" +#include "SDL.h" #include "SDL_opengl.h" #ifdef WIN32