From d0b32fa9517c4d22dd9351a7325aa5da680df7f1 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 28 May 2015 18:35:43 +0000 Subject: [PATCH] Fixed problem with include files, did not work on win32-x86-debug --- motorApp/NewportSrc/SMC100Driver.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/NewportSrc/SMC100Driver.cpp b/motorApp/NewportSrc/SMC100Driver.cpp index 4fdcb22c..05e9ef00 100644 --- a/motorApp/NewportSrc/SMC100Driver.cpp +++ b/motorApp/NewportSrc/SMC100Driver.cpp @@ -23,6 +23,9 @@ K. Goetze 2012-03-23 Initial version #include +#include +#include + #include #include "SMC100Driver.h"