Use DataTypes.h instead of stdint.h.
[oota-llvm.git] / 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 {