Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

add <atomic> to TCPServerDispatcher #24

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

code-of-kpp
Copy link

@code-of-kpp code-of-kpp commented Aug 17, 2020

In file included from ../contrib/poco/Net/src/TCPServerDispatcher.cpp:15:
../contrib/poco/Net/include/Poco/Net/TCPServerDispatcher.h:127:7: error: 'atomic' in namespace 'std' does not name a template type
  127 |  std::atomic<int> _rc;
      |       ^~~~~~
../contrib/poco/Net/include/Poco/Net/TCPServerDispatcher.h:27:1: note: 'std::atomic' is defined in header '<atomic>'; did you forget to '#include <atomic>'?

The upstream PR is pocoproject#2961

In file included from ../contrib/poco/Net/src/TCPServerDispatcher.cpp:15:
../contrib/poco/Net/include/Poco/Net/TCPServerDispatcher.h:127:7: error: 'atomic' in namespace 'std' does not name a template type
  127 |  std::atomic<int> _rc;
      |       ^~~~~~
../contrib/poco/Net/include/Poco/Net/TCPServerDispatcher.h:27:1: note: 'std::atomic' is defined in header '<atomic>'; did you forget to '#include <atomic>'?
@akuzm akuzm merged commit 297fc90 into ClickHouse:clickhouse Aug 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants