[llvm-rtdyld] Fix missing include on MSVC builds.

llvm-svn: 357990
This commit is contained in:
Simon Pilgrim 2019-04-09 10:15:10 +00:00
parent c0e8231cdd
commit 563f35ab2d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "llvm/Support/InitLLVM.h"
#include "llvm/Support/Memory.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/MSVCErrorWorkarounds.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"