commit | 5c81ea0a41fbfff66ed47590867251267ab1e190 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 06 04:02:29 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 06 04:02:29 2008 +0000 |
tree | 9246cbb8a6b5db3ccd5348fd06a0d8711ebe7c06 | |
parent | 6ab935ba6195062045a0921cd519d520a9216b50 [diff] [blame] |
add a missing #include git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49256 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Basic/TargetInfo.cpp b/lib/Basic/TargetInfo.cpp index 0a561d7..16a745c 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.