diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-10-29 14:31:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 12:31:43 -0700 |
| commit | 99c728f8b3144b1cdfb5e868b304ad2a147d9cc3 (patch) | |
| tree | 098119a9388d3bdc138ff5522054034ba461e581 /source | |
| parent | 24bf067d4cb4868d4b733c2a646e0721e8b34ff8 (diff) | |
fix formatting issue (#5432)
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang-wasm/slang-wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-wasm/slang-wasm.h b/source/slang-wasm/slang-wasm.h index e26ecafbd..ea45d516b 100644 --- a/source/slang-wasm/slang-wasm.h +++ b/source/slang-wasm/slang-wasm.h @@ -1,9 +1,9 @@ #pragma once #include <emscripten/val.h> +#include <slang-com-ptr.h> #include <slang.h> #include <unordered_map> -#include <slang-com-ptr.h> namespace Slang { |
