From f784e8d0a3ba5098136eafcd1e47aa90759a845c Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 18 Feb 2013 21:20:53 +0000 Subject: [PATCH] Change to allow building dynamically on WIN32 --- motorApp/HytecSrc/HytecMotorDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/HytecSrc/HytecMotorDriver.cpp b/motorApp/HytecSrc/HytecMotorDriver.cpp index 36f53038..a66da364 100644 --- a/motorApp/HytecSrc/HytecMotorDriver.cpp +++ b/motorApp/HytecSrc/HytecMotorDriver.cpp @@ -73,12 +73,12 @@ #include #include -#include #include #include #include #include "HytecMotorDriver.h" +#include static void ISR_8601(int pDrv); static void intQueuedTask( void *pDrv );