summaryrefslogtreecommitdiff
path: root/CDAL/CommDevice.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/CommDevice.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/CommDevice.cpp')
-rw-r--r--CDAL/CommDevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CDAL/CommDevice.cpp b/CDAL/CommDevice.cpp
index d4c1f71..4f4b1c7 100644
--- a/CDAL/CommDevice.cpp
+++ b/CDAL/CommDevice.cpp
@@ -10,9 +10,11 @@
*
*/
+#include "stdafx.h"
#include "CommDevice.h"
#include "AsyncCommunication.h"
+using namespace std;
CommDevice::CommDevice(): isReadCanceled_(false)
{
async_ = new AsyncCommunication(this);