diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-02-27 21:25:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 21:25:21 +0800 |
| commit | af7c20297797c001d8e593286a78d36e8385275f (patch) | |
| tree | ae4695d8e6e3c8c84cbf09bcf62c32aef0a12631 /source | |
| parent | 525c2acfe274d2519aef6f4221f5a29b46c3f07a (diff) | |
Bump glslang to vulkan-tmp-1.4.309 (#6477)
* hotfix slang-rhi
* Fix missing include
* external/glslang: 15.0.0-37-ga0995c49 -> vulkan-tmp-1.4.309
external/spirv-tools: v2024.4.rc2-44-g3364b982 -> v2024.4.rc2-48-gce37fd67"
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/slang-compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang-compiler.h b/source/slang/slang-compiler.h index 056c1fc83..6175d25cc 100644 --- a/source/slang/slang-compiler.h +++ b/source/slang/slang-compiler.h @@ -27,6 +27,8 @@ #include "slang-syntax.h" #include "slang.h" +#include <chrono> + namespace Slang { struct PathInfo; |
