diff options
| author | Mike Stroyan <stroyan@google.com> | 2016-01-29 15:11:28 -0700 |
|---|---|---|
| committer | Mike Stroyan <stroyan@google.com> | 2016-02-05 11:05:05 -0700 |
| commit | dd73dd7234e761346b4314c0e6a73f59ef069d16 (patch) | |
| tree | e10403eb16e372c849c4bf5b8fe2c56d6bf53ce1 /layers/threading.cpp | |
| parent | 2dea17cffae32e81730d9534c352badb64d27e1e (diff) | |
| download | usermoji-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.cpp | 2 |
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" |
