diff options
| author | Naios <naios-dev@live.de> | 2016-03-17 23:39:21 +0100 |
|---|---|---|
| committer | Naios <naios-dev@live.de> | 2016-03-19 23:19:59 +0100 |
| commit | ef75a2e731b393504baa52128dbf662374a9047b (patch) | |
| tree | 0bb2a31782573538bf2d343c739991414cebd88b /src | |
| parent | e9567958fc8ee1a37f2256e705be7bf2727a25d8 (diff) | |
Core/Shared: Fix no PCH build
(cherry picked from commit 5ac4507c877e9a6b73ca8bd3e2f44254eb06ab4a)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/shared/Networking/AsyncAcceptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Networking/AsyncAcceptor.h b/src/server/shared/Networking/AsyncAcceptor.h index d21801a64ac..e2f4045ccff 100644 --- a/src/server/shared/Networking/AsyncAcceptor.h +++ b/src/server/shared/Networking/AsyncAcceptor.h @@ -21,6 +21,7 @@ #include "Log.h" #include <boost/asio.hpp> #include <functional> +#include <atomic> using boost::asio::ip::tcp; |
