Fix expression parsing (on FreeBSD, at least)

This reverts part of r204112 (Expression: cleanup unused include).
It looks like MCJIT.h is required to force MCJIT to be linked.

llvm-svn: 204170
This commit is contained in:
Ed Maste 2014-03-18 18:55:06 +00:00
parent 4eb7ddb13a
commit a09ed03ce1
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/ErrorHandling.h"