summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/options.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-14 11:42:47 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-14 18:14:46 +0200
commitf9e4a82ac414bf60e817b48ac8443a00c83b2f1e (patch)
tree840b4a15683a4277f1127290a71f1aef2439deb5 /opentrack-compat/options.cpp
parent81b09254eeb8970394cd564132d1d76fec687057 (diff)
compat, proto/fsuipc: fix GNU CXX 6.1.0+ build
Include cmath explicitly
Diffstat (limited to 'opentrack-compat/options.cpp')
-rw-r--r--opentrack-compat/options.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack-compat/options.cpp b/opentrack-compat/options.cpp
index ba8c7925..be82ebdb 100644
--- a/opentrack-compat/options.cpp
+++ b/opentrack-compat/options.cpp
@@ -1,5 +1,7 @@
#include "options.hpp"
+#include <cmath>
+
namespace options
{