aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-02-01 22:00:09 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-02-01 22:00:09 +0100
commit2dfc48c16b46ed9dcd8512bd94a710d92a73ff97 (patch)
tree766cdec9e60afe782fbd8aab51e2499b9d2a9ee4
parent0ce4b2fe674e88a29fecfd9b7445b37747b6455d (diff)
downloadodr-dpd-2dfc48c16b46ed9dcd8512bd94a710d92a73ff97.tar.gz
odr-dpd-2dfc48c16b46ed9dcd8512bd94a710d92a73ff97.tar.bz2
odr-dpd-2dfc48c16b46ed9dcd8512bd94a710d92a73ff97.zip
Add missing include numeric
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index ee12d0a..ddae3b3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -34,6 +34,7 @@
#include <csignal>
#include <iostream>
#include <future>
+#include <numeric>
std::atomic<bool> running;