Add missing include for use of atoi.

llvm-svn: 56836
This commit is contained in:
Nick Lewycky 2008-09-30 07:18:57 +00:00
parent 9469049f7d
commit e275a66538
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "clang/Basic/TargetInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/APFloat.h"
#include <cstdlib>
using namespace clang;