We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 621b8bb + 6367d40 commit 137cc88Copy full SHA for 137cc88
source/slang-wasm/slang-wasm.cpp
@@ -4,7 +4,6 @@
4
#include "../core/slang-exception.h"
5
#include "../slang/slang-language-server.h"
6
7
-#include <slang-com-ptr.h>
8
#include <slang.h>
9
#include <string>
10
#include <vector>
source/slang-wasm/slang-wasm.h
@@ -3,6 +3,7 @@
3
#include <emscripten/val.h>
#include <unordered_map>
+#include <slang-com-ptr.h>
namespace Slang
{
0 commit comments