add missing include to timestamp.hh
The file uses std::string but does include <string> header. My compiler complains. Message-Id: <20200205085739.GN26048@scylladb.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include "clocks-impl.hh"
|
||||
|
||||
namespace api {
|
||||
|
||||
Reference in New Issue
Block a user