From 31d891f2498cfd8677a9ee44333df97e1c4e2808 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Tue, 1 Nov 2016 11:50:16 -0600 Subject: layers: Change to including vk_safe_struct code. Cmake on windows cannot handle multiple projects using generated library code. --- layers/unique_objects.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layers/unique_objects.cpp') 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 { -- cgit v1.2.3