diff options
| author | Matthew Parlane <parlane@gmail.com> | 2014-07-30 13:53:48 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2014-07-30 13:53:48 +1200 |
| commit | a3ca3b0424b7e825dab4e3ba3ab294782714d56b (patch) | |
| tree | 74e5b99d05641c9338c2d3ae8eaa6978ece1e98d /Source/Core/VideoCommon/VideoState.cpp | |
| parent | 4b66c6c65a279aa19df34b1addebbe197b9adb8d (diff) | |
| parent | 522a5c35ad97718478ccdc75ae519ce910dd6dcb (diff) | |
Merge pull request #696 from lioncash/more-forward-decls
Convert some more header inclusions into forward declarations
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 4a0f541169..a8d5ddcf04 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include "Common/ChunkFile.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/CommandProcessor.h" #include "VideoCommon/CPMemory.h" |
