Use DataTypes.h instead of stdint.h.

llvm-svn: 72201
This commit is contained in:
Owen Anderson 2009-05-21 00:48:13 +00:00
parent f99bd3a82b
commit 1889bbb2c0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#ifndef LLVM_SYSTEM_ATOMIC_H #ifndef LLVM_SYSTEM_ATOMIC_H
#define LLVM_SYSTEM_ATOMIC_H #define LLVM_SYSTEM_ATOMIC_H
#include <stdint.h> #include "llvm/Support/DataTypes.h"
namespace llvm { namespace llvm {
namespace sys { namespace sys {