aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lli/RemoteTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/RemoteTarget.cpp b/tools/lli/RemoteTarget.cpp
index 2ab098b..918f157 100644
--- a/tools/lli/RemoteTarget.cpp
+++ b/tools/lli/RemoteTarget.cpp
@@ -14,8 +14,8 @@
#include "RemoteTarget.h"
#include <llvm/ADT/StringRef.h>
+#include <llvm/Support/DataTypes.h>
#include <llvm/Support/Memory.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string>
using namespace llvm;