zeek/auxil/vcpkg/ports/llgi/fix-sources.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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>