From 30eac71f3b16e068d5ae38668a5219b988db07ae Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 6 Sep 2012 00:12:55 +0000 Subject: [PATCH] Don't include stdint.h directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163276 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/RemoteTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lli/RemoteTarget.h b/tools/lli/RemoteTarget.h index f4dcf42ebef..c5845266d6d 100644 --- a/tools/lli/RemoteTarget.h +++ b/tools/lli/RemoteTarget.h @@ -17,8 +17,8 @@ #include #include +#include #include -#include #include #include