diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-18 07:30:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-18 07:39:58 +0200 |
commit | 8d2c9d5a03962c944bcfddf87878487b3e180005 (patch) | |
tree | 9884c1cf73d9be44068acbad7c486d6ead219269 /ftnoir_protocol_ftn | |
parent | 41503f0101bdf2159543aadf5b66a18b0df76bda (diff) |
header cleanup only
Diffstat (limited to 'ftnoir_protocol_ftn')
-rw-r--r-- | ftnoir_protocol_ftn/ftnoir_protocol_ftn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h index 2e3c270a..498df50c 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.h @@ -33,7 +33,7 @@ #include <QThread> #include <QUdpSocket> #include <QMessageBox> -#include <math.h> +#include <cmath> #include "facetracknoir/plugin-support.h" #include "facetracknoir/options.h" using namespace options; |