Skip to content

Commit

Permalink
TCPServerDispatcher.h: missing <atomic> (#2961)
Browse files Browse the repository at this point in the history
Fixes: b8af168
Fixes: #1965
  • Loading branch information
azat authored Jun 2, 2022
1 parent ec41521 commit 8939866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Net/include/Poco/Net/TCPServerDispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "Poco/NotificationQueue.h"
#include "Poco/ThreadPool.h"
#include "Poco/Mutex.h"
#include <atomic>


namespace Poco {
Expand Down

0 comments on commit 8939866

Please sign in to comment.