Use DataTypes.h instead of stdint.h.
authorOwen Anderson <resistor@mac.com>
Thu, 21 May 2009 00:48:13 +0000 (00:48 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 21 May 2009 00:48:13 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72201 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Atomic.h

index eeb4fe26da171f49e4e0402c81f65ce885afdd27..f6cac962e79042d89c3073583b88ca79c3c39ffa 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_SYSTEM_ATOMIC_H
 #define LLVM_SYSTEM_ATOMIC_H
 
-#include <stdint.h>
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
   namespace sys {