Add necessary headers after cpplint rearranged includes

main
Dmitri Smirnov 9 years ago
parent 65a042921f
commit 472c74006f
  1. 3
      port/win/win_logger.h

@ -16,6 +16,9 @@
#include "rocksdb/env.h"
#include <stdint.h>
#include <Windows.h>
namespace rocksdb {
class Env;

Loading…
Cancel
Save