Explorar el Código

Fix includes for no-STL version. (#12)

yurido1 hace 8 años
padre
commit
459fa804b8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      include/dxc/HLSL/DxilPipelineStateValidation.h

+ 2 - 1
include/dxc/HLSL/DxilPipelineStateValidation.h

@@ -12,7 +12,8 @@
 #ifndef __DXIL_PIPELINE_STATE_VALIDATION__H__
 #define __DXIL_PIPELINE_STATE_VALIDATION__H__
 
-#include <memory>
+#include <stdint.h>
+#include <string.h>
 
 // Versioning is additive and based on size
 struct PSVRuntimeInfo0