Chromium Code Reviews| Index: src/IceRNG.h |
| diff --git a/src/IceRNG.h b/src/IceRNG.h |
| index 4d6c397f8fe6485ad8f87a15e49dc20aca8efeaa..4260b4e01e6a420b15ff011ab739c1e31c04fef7 100644 |
| --- a/src/IceRNG.h |
| +++ b/src/IceRNG.h |
| @@ -14,7 +14,8 @@ |
| #ifndef SUBZERO_SRC_ICERNG_H |
| #define SUBZERO_SRC_ICERNG_H |
| -#include <stdint.h> |
| +#include <cstdint> |
| + |
| #include "llvm/ADT/StringRef.h" |
| #include "llvm/Support/Compiler.h" |