From 0f5ea3ce50f70f184832ea6e26ca79e0bf83cd1e Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 28 May 2014 16:22:39 +0000 Subject: [PATCH] Fix to allow building dynamically on Windows --- motorApp/ACRSrc/ACRMotorDriver.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/motorApp/ACRSrc/ACRMotorDriver.cpp b/motorApp/ACRSrc/ACRMotorDriver.cpp index 8e1f0737..bf00f23a 100644 --- a/motorApp/ACRSrc/ACRMotorDriver.cpp +++ b/motorApp/ACRSrc/ACRMotorDriver.cpp @@ -17,8 +17,11 @@ March 4, 2011 #include -#include "ACRMotorDriver.h" +#include "asynMotorController.h" +#include "asynMotorAxis.h" + #include +#include "ACRMotorDriver.h" #define CtlY 25