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/PixelShaderGen.cpp | |
| parent | b11de5bddb81a580438da14c82086d5ae4fbace2 (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/VideoCommon/PixelShaderGen.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelShaderGen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp index 8b4363e9ff..50691a82db 100644 --- a/Source/Core/VideoCommon/PixelShaderGen.cpp +++ b/Source/Core/VideoCommon/PixelShaderGen.cpp @@ -6,6 +6,7 @@ #include <cmath> #include <cstdio> +#include "Common/Common.h" #include "VideoCommon/BoundingBox.h" #include "VideoCommon/BPMemory.h" #include "VideoCommon/ConstantManager.h" |
