diff options
Diffstat (limited to 'tracker-rift-042/ftnoir_tracker_rift_042.cpp')
-rw-r--r-- | tracker-rift-042/ftnoir_tracker_rift_042.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tracker-rift-042/ftnoir_tracker_rift_042.cpp b/tracker-rift-042/ftnoir_tracker_rift_042.cpp index 749a927f..a49f7d23 100644 --- a/tracker-rift-042/ftnoir_tracker_rift_042.cpp +++ b/tracker-rift-042/ftnoir_tracker_rift_042.cpp @@ -1,8 +1,9 @@ /* Copyright: "i couldn't care less what anyone does with the 5 lines of code i wrote" - mm0zct */ #include "ftnoir_tracker_rift_042.h" #include "opentrack/plugin-api.hpp" -#include "OVR_CAPI.h" -#include "Kernel/OVR_Math.h" +#include "opentrack-compat/pi-constant.hpp" +#include <OVR_CAPI.h> +#include <Kernel/OVR_Math.h> #include <cstdio> #include <cstring> #include <cmath> |