Skip to content

Commit

Permalink
fix: resolve condition_variable check in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed May 1, 2020
1 parent c9ba7e7 commit 350dd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/client/citicore/StructuredTraceImpl.cpp
Expand Up @@ -2,6 +2,10 @@
#include <StructuredTrace.h>

#ifdef IS_FXSERVER
#include <condition_variable>
#include <thread>
#include <mutex>

#include <tbb/concurrent_queue.h>

#ifdef _WIN32
Expand Down

0 comments on commit 350dd7b

Please sign in to comment.