summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2024-10-29 14:31:43 -0500
committerGitHub <noreply@github.com>2024-10-29 12:31:43 -0700
commit99c728f8b3144b1cdfb5e868b304ad2a147d9cc3 (patch)
tree098119a9388d3bdc138ff5522054034ba461e581 /source
parent24bf067d4cb4868d4b733c2a646e0721e8b34ff8 (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.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
{