]> granicus.if.org Git - clang/commitdiff
add a missing #include
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 04:02:29 +0000 (04:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 04:02:29 +0000 (04:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49256 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/TargetInfo.cpp

index 0a561d75cb88c5409cada3532490ebdae61afa0c..16a745cdc6bd28005a7805d2c6ba2cd9486dabf8 100644 (file)
@@ -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.