diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-10-14 11:43:06 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-10-14 14:52:33 -0600 |
| commit | d0dfb2396ad890b51ce995aef815b0e053a7f644 (patch) | |
| tree | 3e419a297b5a294e88ac0c7acfa473ebe857cdc0 /layers/image.cpp | |
| parent | d711604ec71004f47d2527b279ed5cc0d7681557 (diff) | |
| download | usermoji-d0dfb2396ad890b51ce995aef815b0e053a7f644.tar.xz | |
layers: Add error message header to image layer
Change-Id: I12afb66f2ba6de940f3257e52c5073690acd3d45
Diffstat (limited to 'layers/image.cpp')
| -rw-r--r-- | layers/image.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/image.cpp b/layers/image.cpp index ef3ddb11..4620e230 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -47,6 +47,7 @@ #include "vk_layer_extension_utils.h" #include "vk_layer_utils.h" #include "vk_layer_logging.h" +#include "vk_validation_error_messages.h" using namespace std; |
