summaryrefslogtreecommitdiff
path: root/table/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/format.h')
-rw-r--r--table/format.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/table/format.h b/table/format.h
index e49dfdc..f6ea304 100644
--- a/table/format.h
+++ b/table/format.h
@@ -5,8 +5,7 @@
#ifndef STORAGE_LEVELDB_TABLE_FORMAT_H_
#define STORAGE_LEVELDB_TABLE_FORMAT_H_
-#include <stdint.h>
-
+#include <cstdint>
#include <string>
#include "leveldb/slice.h"