Skip to content

Commit c4c646f

Browse files
Fix compat in llvm<17 (6)
1 parent c280c70 commit c4c646f

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
@@ -34,6 +34,7 @@
3434
#include "llvm/Demangle/Demangle.h"
3535
#include "llvm/ExecutionEngine/Orc/Core.h"
3636
#include "llvm/Support/Casting.h"
37+
#include "llvm/Support/Error.h"
3738
#include "llvm/Support/Debug.h"
3839
#include "llvm/Support/raw_os_ostream.h"
3940

0 commit comments

Comments
 (0)