commit | e4454320b3cfffe926a487c33fbeb454366de2f8 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Wed Apr 07 12:21:42 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Wed Apr 07 12:21:42 2010 -0700 |
tree | 133c05da684edf4a3b2529bcacfa996298c455f6 | |
parent | 20570085304f0a4ab4f112a01d77958bbd2827a1 [diff] [blame] |
libbcc Change-Id: Ieaa3ebd5a38f370752495549f8870b534eeedfc5
diff --git a/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp b/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp index 3531ed6..a9502fd 100644 --- a/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
@@ -22,6 +22,7 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormattedStream.h" +#include <ctype.h> using namespace llvm; namespace {