diff options
Diffstat (limited to 'db/table_cache.h')
-rw-r--r-- | db/table_cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/table_cache.h b/db/table_cache.h index 93069c8..aac9bfc 100644 --- a/db/table_cache.h +++ b/db/table_cache.h @@ -7,8 +7,7 @@ #ifndef STORAGE_LEVELDB_DB_TABLE_CACHE_H_ #define STORAGE_LEVELDB_DB_TABLE_CACHE_H_ -#include <stdint.h> - +#include <cstdint> #include <string> #include "db/dbformat.h" |