mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
TCPServerDispatcher.h: missing <atomic> (#2961)
Fixes: b8af168151fe0147fb06557029002ae226dcc549 Fixes: #1965
This commit is contained in:
parent
ec41521ca5
commit
8939866ecb
@ -26,6 +26,7 @@
|
||||
#include "Poco/NotificationQueue.h"
|
||||
#include "Poco/ThreadPool.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include <atomic>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
Loading…
Reference in New Issue
Block a user