Fix MSVC build.

llvm-svn: 94809
This commit is contained in:
Benjamin Kramer 2010-01-29 15:19:06 +00:00
parent b17c58674e
commit ef14f80e95
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/ADT/STLExtras.h"
#include <cctype>
#include <sys/stat.h>
#include <sys/types.h>