layers: Make CV module includes consistent
All modules for this layer now include c_v.h and c_v_types.h
similarly.
Change-Id: I31b3b2338ea8d29e02055d9667ab34538dd670a1
diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp
index c7ad824..2b66d9d 100644
--- a/layers/descriptor_sets.cpp
+++ b/layers/descriptor_sets.cpp
@@ -22,6 +22,8 @@
// Allow use of STL min and max functions in Windows
#define NOMINMAX
+#include "core_validation_error_enums.h"
+#include "core_validation.h"
#include "descriptor_sets.h"
#include "hash_vk_types.h"
#include "vk_enum_string_helper.h"