diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/client/Client.hxx | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/client/Client.hxx')
-rw-r--r-- | src/client/Client.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx index 2b48b990f..0e7f324b7 100644 --- a/src/client/Client.hxx +++ b/src/client/Client.hxx @@ -27,7 +27,8 @@ #include "event/TimeoutMonitor.hxx" #include "Compiler.h" -#include <boost/intrusive/list.hpp> +#include <boost/intrusive/link_mode.hpp> +#include <boost/intrusive/list_hook.hpp> #include <set> #include <string> |