aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-01-17 13:09:40 -0700
committerMark Lobodzinski <mark@lunarg.com>2017-01-17 14:58:38 -0700
commit983fe6cff08df7fd632fa3b51d2f4b31f2b3daac (patch)
tree3c9c2e0065c614b55ce95c2371635ffc57343135
parentee330efc7f8cfd06fa8afb3448e38f5721bc2533 (diff)
downloadusermoji-983fe6cff08df7fd632fa3b51d2f4b31f2b3daac.tar.xz
layers: Add error message header to CV header
Was working due to coincidental include so made explicit. Change-Id: I6cd580c8a5e643ed19d3950c33012c5c42c12e14
-rw-r--r--layers/core_validation_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/core_validation_types.h b/layers/core_validation_types.h
index 5417a0a9..d0c05c7f 100644
--- a/layers/core_validation_types.h
+++ b/layers/core_validation_types.h
@@ -48,6 +48,7 @@
#include "vk_safe_struct.h"
#include "vulkan/vulkan.h"
+#include "vk_validation_error_messages.h"
#include <atomic>
#include <functional>
#include <map>