mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
98f2259316
* [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>
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>
|