Skip to content

Commit

Permalink
Include <functional> in Demangle.h
Browse files Browse the repository at this point in the history
This resolves a build error when using Bazel to build on Xcode 15.3

Signed-off-by: Ethan Brady <[email protected]>
  • Loading branch information
etbrady committed Mar 28, 2024
1 parent 27ef10a commit a8b7250
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <string>
#include <cassert>
#include <cstdint>
#include <functional>
#define LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING 1
#include "llvm/ADT/StringRef.h"
// #include "swift/Runtime/Config.h"
Expand Down

0 comments on commit a8b7250

Please sign in to comment.