commit | 5ada89b32060dc6b813315e8f73bc39bfbbcc702 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ian@LunarG.com> | Thu Feb 12 11:36:03 2015 -0700 |
committer | Ian Elliott <ian@LunarG.com> | Thu Feb 12 13:02:16 2015 -0700 |
tree | 29498ffc800d339d5d7a236b799df1747e4b306c | |
parent | 6d49668dbd1631757db91f2c8f7d2b3c538bb7d9 [diff] [blame] |
Win: "layers_config.cpp" must #include "loader_platform.h"
diff --git a/layers/layers_config.cpp b/layers/layers_config.cpp index de894d2..b7d4e08 100644 --- a/layers/layers_config.cpp +++ b/layers/layers_config.cpp
@@ -27,6 +27,7 @@ #include <map> #include <string.h> #include <xglLayer.h> +#include "loader_platform.h" #include "layers_config.h" #define MAX_CHARS_PER_LINE 4096