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