summaryrefslogtreecommitdiff
path: root/i/marvin/src/asserv
diff options
context:
space:
mode:
authordufourj2007-05-08 16:32:33 +0000
committerdufourj2007-05-08 16:32:33 +0000
commitccd1ec9c14cff45b8d90b48a997a0240e4783d7e (patch)
treecf3a8bf8a1ecfebe26a112de1a77d160dcb7ccb0 /i/marvin/src/asserv
parent9c4fe1e49777722998720f2684e56b6c98be04bc (diff)
* General:
- add missing link for using updating.sh script for PC104; - correct compilation errors.
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)