Make header self-contained. NFC.

llvm-svn: 271002
This commit is contained in:
Benjamin Kramer 2016-05-27 15:21:30 +00:00
parent f0d7975877
commit a6e3e93fb9
1 changed files with 3 additions and 0 deletions

View File

@ -10,7 +10,10 @@
#ifndef LLVM_EXECUTIONENGINE_RUNTIMEDYLDCHECKER_H
#define LLVM_EXECUTIONENGINE_RUNTIMEDYLDCHECKER_H
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
namespace llvm {