Use System/DataTypes.h, stdint.h isn't portable.

llvm-svn: 91707
This commit is contained in:
Daniel Dunbar 2009-12-18 20:00:49 +00:00
parent cf7744e44d
commit 45281870ef
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@
#define LLVM_CLANG_AST_CHARUNITS_H
#include "llvm/ADT/StringExtras.h"
#include "llvm/System/DataTypes.h"
#include <stdint.h>
#include <string>
namespace clang {