summaryrefslogtreecommitdiff
path: root/CDAL/CommDeviceManager.cpp
diff options
context:
space:
mode:
authorSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:17:16 +0200
committerSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:27:32 +0200
commit7b1ae2029ad33a38e1e718a33e2879325b389332 (patch)
treea86e4cb793dff0147649c5731b46981ac701fed5 /CDAL/CommDeviceManager.cpp
parentfac26f795cf96ec624a3a334ba9b78ea2d86811d (diff)
Added Windows Support
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
Diffstat (limited to 'CDAL/CommDeviceManager.cpp')
-rw-r--r--CDAL/CommDeviceManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CDAL/CommDeviceManager.cpp b/CDAL/CommDeviceManager.cpp
index bd94651..0c9da52 100644
--- a/CDAL/CommDeviceManager.cpp
+++ b/CDAL/CommDeviceManager.cpp
@@ -10,6 +10,7 @@
*
*/
+#include "stdafx.h"
#include "CommDeviceManager.h"
#include "CommDevice.h"
#include "CommException.h"