1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Include <chrono> to check if it compiles with all required compilers.

This commit is contained in:
Teemu Ollakka
2019-09-04 14:50:38 +03:00
parent 594e34052d
commit 0683654e53

View File

@ -43,6 +43,8 @@
#include "thread.hpp" #include "thread.hpp"
#include "xid.hpp" #include "xid.hpp"
#include <chrono>
namespace wsrep namespace wsrep
{ {
class server_state; class server_state;