summaryrefslogtreecommitdiff
path: root/CDAL/CommDeviceManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'CDAL/CommDeviceManager.h')
-rw-r--r--CDAL/CommDeviceManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CDAL/CommDeviceManager.h b/CDAL/CommDeviceManager.h
index fef36de..b13a613 100644
--- a/CDAL/CommDeviceManager.h
+++ b/CDAL/CommDeviceManager.h
@@ -15,7 +15,11 @@
#include "CDAL.h"
#include "CommDevice.h"
#include <vector>
+#ifdef _WIN32
+#include <usb.h>
+#else
#include <libusb.h>
+#endif
class CommDeviceManager
{