Include the right header for toupper

llvm-svn: 103073
This commit is contained in:
Alexis Hunt 2010-05-05 04:31:44 +00:00
parent b9f408a873
commit 40dde1ac92
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <string>
#include <map>
#include <utility>
#include <clocale>
#include <cctype>
using namespace llvm;
//===----------------------------------------------------------------------===//