Fix build with GCC.

This commit is contained in:
John Preston 2022-09-10 11:04:08 +04:00
parent e16cff487d
commit 38875a85be

View file

@ -19,6 +19,8 @@
#include <crl/crl_async.h> #include <crl/crl_async.h>
#include <xxhash.h> #include <xxhash.h>
#include <mutex>
#include <condition_variable>
namespace Ui { namespace Ui {
namespace { namespace {