fix linux gcc 7.3 issues, feeling like #include <condition_variable> should be in one of the threading headers tho

pull/384/head^2
Ryan Tharp 5 years ago
parent 28d265c6ca
commit 75c7c12502

@ -20,6 +20,7 @@
#include <sstream>
#include <string>
#include <thread>
#include <functional>
namespace llarp
{

@ -4,6 +4,7 @@
#include <array>
#include <functional>
#include <thread>
#include <condition_variable>
#include <gtest/gtest.h>

@ -1,5 +1,6 @@
#include <util/thread_pool.hpp>
#include <util/threading.hpp>
#include <condition_variable>
#include <gtest/gtest.h>

Loading…
Cancel
Save