summaryrefslogtreecommitdiff
path: root/source/slang-wasm/slang-wasm.cpp
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2024-10-29 12:43:53 -0500
committerGitHub <noreply@github.com>2024-10-29 10:43:53 -0700
commit6367d40aeecac0894ec291ef1aa6c43956b25345 (patch)
treee5f70c769e7733614e4cc82062f0d5d82d505433 /source/slang-wasm/slang-wasm.cpp
parent8b3f9048cb94164a036be4ae144b2108968b65b5 (diff)
[wasm]: fix the build error (#5430)
Diffstat (limited to 'source/slang-wasm/slang-wasm.cpp')
-rw-r--r--source/slang-wasm/slang-wasm.cpp1
1 files changed, 0 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>