summaryrefslogtreecommitdiff
path: root/table/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/block.h')
-rw-r--r--table/block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/block.h b/table/block.h
index c8f1f7b..5224108 100644
--- a/table/block.h
+++ b/table/block.h
@@ -5,8 +5,8 @@
#ifndef STORAGE_LEVELDB_TABLE_BLOCK_H_
#define STORAGE_LEVELDB_TABLE_BLOCK_H_
-#include <stddef.h>
-#include <stdint.h>
+#include <cstddef>
+#include <cstdint>
#include "leveldb/iterator.h"