summaryrefslogtreecommitdiff
path: root/CDAL/CommDevice.cpp
diff options
context:
space:
mode:
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);