diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 09:06:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 09:09:39 +0100 |
commit | 589371a5aa5d552533e2412bc995ae2a60405bf5 (patch) | |
tree | 830022e3f4aa5a985d1a6fe5fa5af1afd1e8f4ba /ftnoir_protocol_ft/ftnoir_protocol_ft.h | |
parent | 87b6d1572369111c72015e78181bb6a463c3796d (diff) |
unbreak ftclient, needs MSVC no matter what
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft.h')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index ba98b4b7..6bbf1bd3 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -38,7 +38,7 @@ #include <QMutexLocker> #include "compat/compat.h" #include "opentrack/options.hpp" -#include "fttypes.h" +#include "../freetrackclient/fttypes.h" using namespace options; struct settings { |