summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/ingen.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp
index 74fbe73d..98fdd555 100644
--- a/src/ingen/ingen.cpp
+++ b/src/ingen/ingen.cpp
@@ -35,10 +35,13 @@
#include "ingen/client/SocketClient.hpp"
#endif
+#include <boost/optional/optional.hpp>
+
#include <chrono>
#include <csignal>
#include <cstdint>
#include <cstdlib>
+#include <exception>
#include <iostream>
#include <memory>
#include <mutex>