diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-06 04:02:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-06 04:02:29 +0000 |
commit | 5483bdf386ae000ca9c0761481850b005077f4cd (patch) | |
tree | 9246cbb8a6b5db3ccd5348fd06a0d8711ebe7c06 /lib/Basic/TargetInfo.cpp | |
parent | d658b562e80d6ef7a1118e34ff12802c6e2fcced (diff) |
add a missing #include
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/TargetInfo.cpp')
-rw-r--r-- | lib/Basic/TargetInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/TargetInfo.cpp b/lib/Basic/TargetInfo.cpp index 0a561d75cb..16a745cdc6 100644 --- a/lib/Basic/TargetInfo.cpp +++ b/lib/Basic/TargetInfo.cpp @@ -16,6 +16,7 @@ #include "clang/AST/Builtins.h" #include "llvm/ADT/APFloat.h" #include "llvm/ADT/STLExtras.h" +#include <cstdlib> using namespace clang; // TargetInfo Constructor. |