diff options
-rw-r--r-- | tools/lli/RemoteTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/RemoteTarget.h b/tools/lli/RemoteTarget.h index f4dcf42..c584526 100644 --- a/tools/lli/RemoteTarget.h +++ b/tools/lli/RemoteTarget.h @@ -17,8 +17,8 @@ #include <llvm/ADT/StringRef.h> #include <llvm/ADT/SmallVector.h> +#include <llvm/Support/DataTypes.h> #include <llvm/Support/Memory.h> -#include <stdint.h> #include <stdlib.h> #include <string> |