diff options
-rw-r--r-- | opentrack-compat/options.cpp | 2 | ||||
-rw-r--r-- | proto-fsuipc/ftnoir_protocol_fsuipc.cpp | 2 |
2 files changed, 4 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 { diff --git a/proto-fsuipc/ftnoir_protocol_fsuipc.cpp b/proto-fsuipc/ftnoir_protocol_fsuipc.cpp index bd6349e1..cb289747 100644 --- a/proto-fsuipc/ftnoir_protocol_fsuipc.cpp +++ b/proto-fsuipc/ftnoir_protocol_fsuipc.cpp @@ -11,6 +11,8 @@ #include "ftnoir_protocol_fsuipc.h" #include "opentrack/plugin-api.hpp" +#include <cmath> + FTNoIR_Protocol::FTNoIR_Protocol() { prevPosX = 0.0f; |