mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
15 lines
407 B
Diff
15 lines
407 B
Diff
|
diff --git a/tools/ShaderTranspilerCore/ShaderTranspilerCore.h b/tools/ShaderTranspilerCore/ShaderTranspilerCore.h
|
||
|
index 269afa6..1d1015f 100644
|
||
|
--- a/tools/ShaderTranspilerCore/ShaderTranspilerCore.h
|
||
|
+++ b/tools/ShaderTranspilerCore/ShaderTranspilerCore.h
|
||
|
@@ -1,7 +1,7 @@
|
||
|
|
||
|
#pragma once
|
||
|
-
|
||
|
-#include <stdint.h>
|
||
|
+#include <cstddef>
|
||
|
+#include <cstdint>
|
||
|
|
||
|
#include "../../src/LLGI.Base.h"
|
||
|
#include <memory>
|