Skip to content

Commit

Permalink
Fix compat in llvm<17 (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Jan 12, 2025
1 parent be5c04e commit 06effa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Interpreter/CppInterOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_os_ostream.h"

Expand Down

0 comments on commit 06effa9

Please sign in to comment.