diff options
Diffstat (limited to 'include/llvm/System/Atomic.h')
-rw-r--r-- | include/llvm/System/Atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Atomic.h b/include/llvm/System/Atomic.h index eeb4fe26da..f6cac962e7 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 <stdint.h> +#include "llvm/Support/DataTypes.h" namespace llvm { namespace sys { |