summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.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/BPStructs.cpp
parent47c67f014f9f882e27e29203eab97dc3c7753f6a (diff)
Get buildbot to compile.
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp
index b307cbf2f4..9488284978 100644
--- a/Source/Core/VideoCommon/BPStructs.cpp
+++ b/Source/Core/VideoCommon/BPStructs.cpp
@@ -10,6 +10,7 @@
#include "Core/Core.h"
#include "Core/HW/Memmap.h"
+#include "VideoCommon/BoundingBox.h"
#include "VideoCommon/BPFunctions.h"
#include "VideoCommon/BPStructs.h"
#include "VideoCommon/Fifo.h"
@@ -19,7 +20,6 @@
#include "VideoCommon/RenderBase.h"
#include "VideoCommon/Statistics.h"
#include "VideoCommon/TextureDecoder.h"
-#include "VideoCommon/BoundingBox.h"
#include "VideoCommon/VertexLoader.h"
#include "VideoCommon/VertexShaderManager.h"
#include "VideoCommon/VideoCommon.h"