From: Owen Anderson Date: Thu, 21 May 2009 00:48:13 +0000 (+0000) Subject: Use DataTypes.h instead of stdint.h. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c4551d3d21053281cb36d89796948c9957b708b4;p=oota-llvm.git Use DataTypes.h instead of stdint.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/System/Atomic.h b/include/llvm/System/Atomic.h index eeb4fe26da1..f6cac962e79 100644 --- a/include/llvm/System/Atomic.h +++ b/include/llvm/System/Atomic.h @@ -14,7 +14,7 @@ #ifndef LLVM_SYSTEM_ATOMIC_H #define LLVM_SYSTEM_ATOMIC_H -#include +#include "llvm/Support/DataTypes.h" namespace llvm { namespace sys {