Skip to content

Commit

Permalink
Fix compilation on LLVM 10 (JuliaLang#37124)
Browse files Browse the repository at this point in the history
Missing include
  • Loading branch information
yuyichao authored and simeonschaub committed Aug 29, 2020
1 parent 5f85527 commit a12af34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llvmcalltest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "llvm/Config/llvm-config.h"
#include "llvm/IR/IRBuilder.h"
#include <llvm/Support/raw_ostream.h>

#include "julia.h"
#include "codegen_shared.h"
Expand Down

0 comments on commit a12af34

Please sign in to comment.