diff options
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 4e56b3df..43a8b0c6 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -5,8 +5,8 @@ #include "opentrack/opencv-camera-dialog.hpp" #include "wizard.h" #include "ui.h" -#include "opentrack/options.hpp" #include "ui_install-driver-dialog.h" +#include "opentrack-compat/options.hpp" using namespace options; #include <QApplication> #include <QCommandLineParser> |