Include chrono

This commit is contained in:
Igor Canadi 2015-03-13 10:29:32 -07:00
parent 52d8347a91
commit 2623b2cf6d
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@
#include <inttypes.h>
#include <cassert>
#include <chrono>
#include <sstream>
#include <string>

View File

@ -8,6 +8,7 @@
#include <memory>
#include <sstream>
#include <string>
#include <chrono>
#include "rocksdb/env.h"