From 39e9007f653f75d89a1b8ad2c3eef84d615c4e68 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 18 Feb 2013 19:31:17 +0000 Subject: [PATCH] Fixed location of #include to allow building on WIN32 dynamically --- motorApp/MotorSrc/asynMotorController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/asynMotorController.cpp b/motorApp/MotorSrc/asynMotorController.cpp index 7ba168fc..2aecebab 100644 --- a/motorApp/MotorSrc/asynMotorController.cpp +++ b/motorApp/MotorSrc/asynMotorController.cpp @@ -9,11 +9,11 @@ #include #include -#include #include #include #include +#include #define epicsExportSharedSymbols #include #include "asynMotorController.h"