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.cpp | |
| parent | b11de5bddb81a580438da14c82086d5ae4fbace2 (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index faf4599fdd..5673d1aa90 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/Common.h" #include "Common/CommonTypes.h" #include "Common/MemoryUtil.h" |
