Skip to content

Commit 1d7db6e

Browse files
committed
fix: add missing import to cassert in Node.cpp
1 parent 9f2fca8 commit 1d7db6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arkreactor/Compiler/AST/Node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <Ark/Exceptions.hpp>
55

6+
#include <cassert>
67
#include <fmt/core.h>
78

89
namespace Ark::internal

0 commit comments

Comments
 (0)