diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-02-01 15:23:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-01 15:23:18 +0100 |
| commit | 543120c88e1536f3ab01fa6275772250f0945c88 (patch) | |
| tree | 72dd749cb31ceee2a4019cbcd846216ee52135da /Source/Core/VideoBackends/Vulkan/ObjectCache.cpp | |
| parent | f558ae4dd12d767583c3ff756c07ea9fd4a3549e (diff) | |
| parent | 273ace7bb7408853a31448e73fbd251ed0009e87 (diff) | |
Merge pull request #4799 from lioncash/light-headered
LightingShaderGen: Remove unnecessary includes
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/ObjectCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/ObjectCache.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp index 1d8357e21c..21459e8a8a 100644 --- a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp +++ b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp @@ -9,8 +9,11 @@ #include <type_traits> #include <xxhash.h> +#include "Common/Assert.h" #include "Common/CommonFuncs.h" #include "Common/LinearDiskCache.h" +#include "Common/MsgHandler.h" + #include "Core/ConfigManager.h" #include "VideoBackends/Vulkan/ShaderCompiler.h" |
