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

add <atomic> to TCPServerDispatcher#24

Merged
akuzm merged 1 commit intoClickHouse:clickhousefrom
code-of-kpp:patch-1
Aug 17, 2020
Merged

add <atomic> to TCPServerDispatcher#24
akuzm merged 1 commit intoClickHouse:clickhousefrom
code-of-kpp:patch-1

Conversation

@code-of-kpp
Copy link
Copy Markdown

@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