Skip to content

Commit

Permalink
try to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Dec 23, 2023
1 parent fc92f47 commit 794d51a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion smt/exprs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "smt/exprs.h"
#include "smt/smt.h"
#include "util/compiler.h"
#include "util/spaceship.h"
#include <vector>

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions smt/exprs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "smt/expr.h"
#include "util/compiler.h"
#include "util/spaceship.h"
#include <cassert>
#include <compare>
#include <map>
Expand Down

0 comments on commit 794d51a

Please sign in to comment.