Add necessary headers after cpplint rearranged includes

This commit is contained in:
Dmitri Smirnov 2015-11-16 14:41:11 -08:00
parent 65a042921f
commit 472c74006f
1 changed files with 3 additions and 0 deletions

View File

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