summaryrefslogtreecommitdiff
path: root/util/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/crc32c.h')
-rw-r--r--util/crc32c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crc32c.h b/util/crc32c.h
index 98fabb0..b420b5f 100644
--- a/util/crc32c.h
+++ b/util/crc32c.h
@@ -5,8 +5,8 @@
#ifndef STORAGE_LEVELDB_UTIL_CRC32C_H_
#define STORAGE_LEVELDB_UTIL_CRC32C_H_
-#include <stddef.h>
-#include <stdint.h>
+#include <cstddef>
+#include <cstdint>
namespace leveldb {
namespace crc32c {