summaryrefslogtreecommitdiff
path: root/i/marvin/src/asserv
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/asserv')
-rw-r--r--i/marvin/src/asserv/asserv.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/asserv/asserv.cc b/i/marvin/src/asserv/asserv.cc
index 48c2ad5..e196803 100644
--- a/i/marvin/src/asserv/asserv.cc
+++ b/i/marvin/src/asserv/asserv.cc
@@ -25,6 +25,8 @@
#include "asserv.hh"
#include "config/config.hh"
+#include <math.h>
+
/// Constructor.
Asserv::Asserv (Asserv::Receiver &receiver)
: proto_ (*this), receiver_ (receiver)