summaryrefslogtreecommitdiff
path: root/util/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/logging.h')
-rw-r--r--util/logging.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/logging.h b/util/logging.h
index 8ff2da8..a0394b2 100644
--- a/util/logging.h
+++ b/util/logging.h
@@ -8,9 +8,8 @@
#ifndef STORAGE_LEVELDB_UTIL_LOGGING_H_
#define STORAGE_LEVELDB_UTIL_LOGGING_H_
-#include <stdint.h>
-#include <stdio.h>
-
+#include <cstdint>
+#include <cstdio>
#include <string>
#include "port/port.h"