From bcc5c188dbc7c6f12a06431a4286809808730942 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 28 May 2014 16:09:33 +0000 Subject: [PATCH] Fix to allow building dynamically on Windows --- motorApp/MicosSrc/SMChydraDriver.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/motorApp/MicosSrc/SMChydraDriver.cpp b/motorApp/MicosSrc/SMChydraDriver.cpp index 56f074ec..4ed4fe5b 100644 --- a/motorApp/MicosSrc/SMChydraDriver.cpp +++ b/motorApp/MicosSrc/SMChydraDriver.cpp @@ -18,8 +18,11 @@ Note: This driver was tested with the Micos SMC hydra CM and #include -#include "SMChydraDriver.h" +#include "asynMotorController.h" +#include "asynMotorAxis.h" + #include +#include "SMChydraDriver.h" #define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)