Skip to content

Commit

Permalink
fix: missing algorithm include
Browse files Browse the repository at this point in the history
I guess the stl got updates 🤷
  • Loading branch information
sillydan1 committed Jun 10, 2024
1 parent 64e4e37 commit 555682a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Testing/
.DS_Store
compile_commands.json
.cache/

out/
1 change: 1 addition & 0 deletions src/symbol/symbol_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "extensions.h"
#include <overload>
#include <stdexcept>
#include <algorithm>

namespace expr {
auto symbol_table_t::operator+=(const symbol_table_t &other) -> symbol_table_t& {
Expand Down

0 comments on commit 555682a

Please sign in to comment.