vcpkg/ports/llgi/fix-sources.patch
Park DongHa 98f2259316
[llgi] create a new port (#34147)
* [llgi] create a new port

* [llgi] update to latest

* [llgi] update baseline

* [llgi] create patch for cmake

* [llgi] split patch to pull request

* [llgi] update baseline

* [llgi] fix some details

* [llgi] fix vcpkg functions

* [llgi] update patch file

* [llgi] fix linux build

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/llgi/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* [llgi] update baseline

* [llgi] apply upstream change

* [llgi] remove working version

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-11-16 19:54:49 -08: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>