From 176ea06e8233386f397eaa6d8941747d6f035576 Mon Sep 17 00:00:00 2001 From: crudelios Date: Wed, 17 Sep 2014 02:04:37 +0100 Subject: Get buildbot to compile. --- Source/Core/VideoCommon/VideoState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VideoState.cpp') diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 1f23d5318d..a36a5d9d33 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include "Common/ChunkFile.h" +#include "VideoCommon/BoundingBox.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/CommandProcessor.h" #include "VideoCommon/CPMemory.h" @@ -14,7 +15,6 @@ #include "VideoCommon/VertexShaderManager.h" #include "VideoCommon/VideoState.h" #include "VideoCommon/XFMemory.h" -#include "VideoCommon/BoundingBox.h" static void DoState(PointerWrap &p) { -- cgit v1.2.3