aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-03-14 14:28:12 -0600
committerJon Ashburn <jon@lunarg.com>2016-03-14 14:28:12 -0600
commitef0889b9c5261b43e56a995dd09cdf0eee6254fc (patch)
tree42b1eeec4a6fd86301142a3eb1bc8297c718afe7 /layers/draw_state.cpp
parent45d150dad5ec08d0d0ca73ae3f3d14c4b0f5d6e9 (diff)
downloadusermoji-ef0889b9c5261b43e56a995dd09cdf0eee6254fc.tar.xz
layers: Change header path for spirv.h in draw_state
Change-Id: I8d2739daa17fc6b971e9e093158b22b211920558
Diffstat (limited to 'layers/draw_state.cpp')
-rw-r--r--layers/draw_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index 128e9151..bae914ce 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -45,7 +45,7 @@
#include <iostream>
#include <algorithm>
#include <list>
-#include <spirv.hpp>
+#include <SPIRV/spirv.hpp>
#include <set>
#include "vk_loader_platform.h"