summaryrefslogtreecommitdiff
path: root/util/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/random.h')
-rw-r--r--util/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/random.h b/util/random.h
index 76f7daf..fe76ab4 100644
--- a/util/random.h
+++ b/util/random.h
@@ -5,7 +5,7 @@
#ifndef STORAGE_LEVELDB_UTIL_RANDOM_H_
#define STORAGE_LEVELDB_UTIL_RANDOM_H_
-#include <stdint.h>
+#include <cstdint>
namespace leveldb {