From ced374666b7a9d9c76b3c1da04111ed1a897cf4a Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Fri, 2 Feb 2018 13:58:41 -0700 Subject: build: Move layer_utils build to top-level cmake DevSim requires this library, but it is only built in LVL if LAYERS are built. Moved the generation of this library out of the layers cmake file and into the root cmake file. Change-Id: I1c633e981fa1843cfb49204d2ac130beb8d99dfc --- layers/vk_layer_config.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layers/vk_layer_config.cpp') diff --git a/layers/vk_layer_config.cpp b/layers/vk_layer_config.cpp index e0eb539c..7d60570f 100644 --- a/layers/vk_layer_config.cpp +++ b/layers/vk_layer_config.cpp @@ -31,6 +31,10 @@ #include #include +#if defined(_WIN32) +#include +#endif + #define MAX_CHARS_PER_LINE 4096 class ConfigFile { -- cgit v1.2.3