[Orc] Add some missing headers to the CompileOnDemandLayer.h

llvm-svn: 226975
This commit is contained in:
Lang Hames 2015-01-24 00:45:11 +00:00
parent ddcc2e31a7
commit f4ff3435e7
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
#define LLVM_EXECUTIONENGINE_ORC_COMPILEONDEMANDLAYER_H
#include "IndirectionUtils.h"
#include "LookasideRTDyldMM.h"
#include "llvm/ADT/STLExtras.h"
#include <list>
namespace llvm {