summaryrefslogtreecommitdiff
path: root/src/network/poller.cpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-01-13 20:19:10 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-01-13 20:19:10 +0100
commitd1c6d64546f5b139ec7946696602be5fe9fca66e (patch)
tree3e5f1c6b3a8ee706f2c2d09d6e0a6a766849d534 /src/network/poller.cpp
parentfeb77bbdadf6658e9dfdd7c7eac05850ea5fa7b8 (diff)
downloadbiboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.gz
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.bz2
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.tar.xz
biboumi-d1c6d64546f5b139ec7946696602be5fe9fca66e.zip
Add missing stdexcept includes
Diffstat (limited to 'src/network/poller.cpp')
-rw-r--r--src/network/poller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/poller.cpp b/src/network/poller.cpp
index 4c72192..66b73f8 100644
--- a/src/network/poller.cpp
+++ b/src/network/poller.cpp
@@ -6,6 +6,7 @@
#include <cstring>
#include <iostream>
+#include <stdexcept>
Poller::Poller()
{