Skip to content

Commit 06effa9

Browse files
Fix compat in llvm<17 (6)
1 parent be5c04e commit 06effa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "llvm/ADT/StringRef.h"
3434
#include "llvm/ExecutionEngine/Orc/Core.h"
3535
#include "llvm/Support/Casting.h"
36+
#include "llvm/Support/Error.h"
3637
#include "llvm/Support/Debug.h"
3738
#include "llvm/Support/raw_os_ostream.h"
3839

0 commit comments

Comments
 (0)