summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.cpp
diff options
context:
space:
mode:
authorcrudelios <crudelios@gmail.com>2014-09-17 02:04:37 +0100
committercrudelios <crudelios@gmail.com>2014-10-10 12:28:15 +0100
commit176ea06e8233386f397eaa6d8941747d6f035576 (patch)
tree897f3e02f57c526acf3c3366bffb56d46d32fb02 /Source/Core/VideoCommon/VideoState.cpp
parent47c67f014f9f882e27e29203eab97dc3c7753f6a (diff)
Get buildbot to compile.
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoState.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{