Skip to content

Commit 0fd61ec

Browse files
committed
fix: adding missing include for algorithm, because OF COURSE std::ranges::none_of has to be in ALGORITHM and not RANGES
1 parent b52dd1f commit 0fd61ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arkreactor/Compiler/IntermediateRepresentation/IROptimizer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <cassert>
44
#include <utility>
55
#include <ranges>
6+
#include <algorithm>
67

78
#include <Ark/Builtins/Builtins.hpp>
89

0 commit comments

Comments
 (0)