Skip to content

Commit

Permalink
Conditional include of missing headers under Z3
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Mar 11, 2022
1 parent efec6b8 commit e61a1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/lib/Support/Z3Solver.cpp
Expand Up @@ -13,8 +13,11 @@ using namespace llvm;

#if LLVM_WITH_Z3

#include "llvm/ADT/SmalLString.h"
#include "llvm/ADT/Twine.h"

#include <set>

#include <z3.h>

namespace {
Expand Down

0 comments on commit e61a1a9

Please sign in to comment.