Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrause committed Dec 17, 2023
1 parent 25906be commit 65ae632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/form/expression_util.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "form/expression_util.hpp"

#include <exception>

#include "lang/semantics.hpp"

Expression ExpressionUtil::newConstant(int64_t value) {
Expand Down

0 comments on commit 65ae632

Please sign in to comment.