1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +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 256b935bc0
commit e34a522918

View File

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