forked from OSchip/llvm-project
Use System/DataTypes.h, stdint.h isn't portable.
llvm-svn: 91707
This commit is contained in:
parent
cf7744e44d
commit
45281870ef
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue