Skip to content

Commit

Permalink
Add necessary headers after cpplint rearranged includes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin committed Nov 16, 2015
1 parent 65a0429 commit 472c740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions port/win/win_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

#include "rocksdb/env.h"

#include <stdint.h>
#include <Windows.h>

namespace rocksdb {

class Env;
Expand Down

0 comments on commit 472c740

Please sign in to comment.