aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
authorMike Stroyan <stroyan@google.com>2016-01-29 15:11:28 -0700
committerMike Stroyan <stroyan@google.com>2016-02-05 11:05:05 -0700
commitdd73dd7234e761346b4314c0e6a73f59ef069d16 (patch)
treee10403eb16e372c849c4bf5b8fe2c56d6bf53ce1 /layers/threading.cpp
parent2dea17cffae32e81730d9534c352badb64d27e1e (diff)
downloadusermoji-dd73dd7234e761346b4314c0e6a73f59ef069d16.tar.xz
layers: change android build to xml threading
Use threading validation layer generated from vk.xml for android.
Diffstat (limited to 'layers/threading.cpp')
-rw-r--r--layers/threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/threading.cpp b/layers/threading.cpp
index 195f9e58..238cca74 100644
--- a/layers/threading.cpp
+++ b/layers/threading.cpp
@@ -29,7 +29,7 @@
#include <list>
using namespace std;
-#include "vk_layer.h"
+#include "vulkan/vk_layer.h"
#include "vk_layer_config.h"
#include "vk_layer_extension_utils.h"
#include "vk_layer_utils.h"