blob: 90837de54df8a62b14533cc1f32ff0dea89041a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|