mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-958: add usb.h include only for linux
This commit is contained in:
parent
ec42669787
commit
c3033ece11
@ -33,6 +33,9 @@
|
||||
#include <QDebug>
|
||||
#include <QString>
|
||||
#include <QMutex>
|
||||
#if defined(Q_OS_UNIX)
|
||||
#include <usb.h>
|
||||
#endif
|
||||
#include "hidapi.h"
|
||||
#include "opHID_const.h"
|
||||
#include "opHID_global.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user