diff options
| author | Mike Stroyan <stroyan@google.com> | 2016-11-01 11:50:16 -0600 |
|---|---|---|
| committer | Mike Stroyan <stroyan@google.com> | 2016-11-02 08:29:53 -0600 |
| commit | 31d891f2498cfd8677a9ee44333df97e1c4e2808 (patch) | |
| tree | 53b07c8c320f7f47c65bb5b8c2b3ee1853d3f0dd /layers/unique_objects.cpp | |
| parent | 745fc0cb7249b75c72fc99a1184346803c8821fe (diff) | |
| download | usermoji-31d891f2498cfd8677a9ee44333df97e1c4e2808.tar.xz | |
layers: Change to including vk_safe_struct code.
Cmake on windows cannot handle multiple projects using generated library code.
Diffstat (limited to 'layers/unique_objects.cpp')
| -rw-r--r-- | layers/unique_objects.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layers/unique_objects.cpp b/layers/unique_objects.cpp index 1a79d771..0d81c809 100644 --- a/layers/unique_objects.cpp +++ b/layers/unique_objects.cpp @@ -41,6 +41,9 @@ #include "vk_layer_data.h" #include "vk_layer_utils.h" +// This intentionally includes a cpp file +#include "vk_safe_struct.cpp" + #include "unique_objects_wrappers.h" namespace unique_objects { |
