diff options
author | louiz’ <louiz@louiz.org> | 2016-11-15 00:49:55 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-15 00:49:55 +0100 |
commit | 4ab3cd653f3eb19ff82838f777984c9d16e64a80 (patch) | |
tree | fd11fe72ee6961f7a9537c5ad403dff44db7325d /src/identd | |
parent | d872c2b49214c0a4db40a9e2d860802d9eedc563 (diff) | |
download | biboumi-4ab3cd653f3eb19ff82838f777984c9d16e64a80.tar.gz biboumi-4ab3cd653f3eb19ff82838f777984c9d16e64a80.tar.bz2 biboumi-4ab3cd653f3eb19ff82838f777984c9d16e64a80.tar.xz biboumi-4ab3cd653f3eb19ff82838f777984c9d16e64a80.zip |
Fix some little compilation errors with some configs, from last commit
Diffstat (limited to 'src/identd')
-rw-r--r-- | src/identd/identd_server.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/identd/identd_server.hpp b/src/identd/identd_server.hpp index 4270749..5f74976 100644 --- a/src/identd/identd_server.hpp +++ b/src/identd/identd_server.hpp @@ -2,6 +2,7 @@ #include <network/tcp_server_socket.hpp> #include <identd/identd_socket.hpp> +#include <algorithm> #include <unistd.h> class BiboumiComponent; |