mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
329 B
Diff
13 lines
329 B
Diff
|
diff --git a/tests/threadpooltester.cpp b/tests/threadpooltester.cpp
|
||
|
index be948f9..4a5199f 100644
|
||
|
--- a/tests/threadpooltester.cpp
|
||
|
+++ b/tests/threadpooltester.cpp
|
||
|
@@ -21,6 +21,7 @@
|
||
|
|
||
|
#include "opendht/thread_pool.h"
|
||
|
#include <atomic>
|
||
|
+#include <thread>
|
||
|
|
||
|
namespace test {
|
||
|
CPPUNIT_TEST_SUITE_REGISTRATION(ThreadPoolTester);
|