Skip to content

Commit 07be55c

Browse files
committed
Merge pull request #19 from sillydan1/dev
release v3.0.4
2 parents 64e4e37 + 555682a commit 07be55c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Testing/
4545
.DS_Store
4646
compile_commands.json
4747
.cache/
48-
48+
out/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option(ENABLE_Z3 "Enables the download and compilation of the expr::z3_driver dr
3333
# library dependencies
3434
CPMAddPackage("gh:yalibs/[email protected]")
3535
CPMAddPackage("gh:yalibs/[email protected]")
36-
CPMAddPackage("gh:yalibs/[email protected].1")
36+
CPMAddPackage("gh:yalibs/[email protected].2")
3737
CPMAddPackage("gh:yalibs/[email protected]")
3838
# demo dependencies
3939
CPMAddPackage("gh:yalibs/[email protected]")

src/symbol/symbol_table.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "extensions.h"
2525
#include <overload>
2626
#include <stdexcept>
27+
#include <algorithm>
2728

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

0 commit comments

Comments
 (0)