diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-08-28 14:13:28 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-08-28 14:13:28 -0500 |
| commit | 6252d2d71ac3bcbb767d2314356293ef1134ec47 (patch) | |
| tree | 4474fd4179b775a70e2a92a547f19a4ed500d4d0 /Source/Core/VideoCommon/VertexLoader_TextCoord.cpp | |
| parent | b11de5bddb81a580438da14c82086d5ae4fbace2 (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader_TextCoord.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader_TextCoord.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp b/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp index 28a9a33871..764efe7279 100644 --- a/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp +++ b/Source/Core/VideoCommon/VertexLoader_TextCoord.cpp @@ -4,6 +4,7 @@ #include <type_traits> +#include "Common/Common.h" #include "Common/CommonTypes.h" #include "VideoCommon/VertexLoader.h" #include "VideoCommon/VertexLoader_TextCoord.h" |
