diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-10-29 12:43:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 10:43:53 -0700 |
| commit | 6367d40aeecac0894ec291ef1aa6c43956b25345 (patch) | |
| tree | e5f70c769e7733614e4cc82062f0d5d82d505433 /source | |
| parent | 8b3f9048cb94164a036be4ae144b2108968b65b5 (diff) | |
[wasm]: fix the build error (#5430)
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang-wasm/slang-wasm.cpp | 1 | ||||
| -rw-r--r-- | source/slang-wasm/slang-wasm.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-wasm/slang-wasm.cpp b/source/slang-wasm/slang-wasm.cpp index 50afde38b..f642c3ed6 100644 --- a/source/slang-wasm/slang-wasm.cpp +++ b/source/slang-wasm/slang-wasm.cpp @@ -4,7 +4,6 @@ #include "../core/slang-exception.h" #include "../slang/slang-language-server.h" -#include <slang-com-ptr.h> #include <slang.h> #include <string> #include <vector> diff --git a/source/slang-wasm/slang-wasm.h b/source/slang-wasm/slang-wasm.h index 675540ede..e26ecafbd 100644 --- a/source/slang-wasm/slang-wasm.h +++ b/source/slang-wasm/slang-wasm.h @@ -3,6 +3,7 @@ #include <emscripten/val.h> #include <slang.h> #include <unordered_map> +#include <slang-com-ptr.h> namespace Slang { |
