From d5c3b78d296d56c8fe32694895a48c7358237de2 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 28 May 2014 15:44:04 +0000 Subject: [PATCH] Fix to allow building dynamically on Windows --- motorApp/NewportSrc/SMC100Driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/SMC100Driver.cpp b/motorApp/NewportSrc/SMC100Driver.cpp index 97429297..4fdcb22c 100644 --- a/motorApp/NewportSrc/SMC100Driver.cpp +++ b/motorApp/NewportSrc/SMC100Driver.cpp @@ -23,8 +23,8 @@ K. Goetze 2012-03-23 Initial version #include -#include "SMC100Driver.h" #include +#include "SMC100Driver.h" #define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)