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