summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang-wasm/slang-wasm.h2
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
{