From a271ecd7db0ff2a5d71806e3609db1eae385c73e Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 25 Mar 2015 18:45:11 +0000 Subject: [PATCH] Change to allow building on Windows --- motorApp/PhytronSrc/phytronAxisMotor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motorApp/PhytronSrc/phytronAxisMotor.cpp b/motorApp/PhytronSrc/phytronAxisMotor.cpp index 77149537..181a6d2b 100644 --- a/motorApp/PhytronSrc/phytronAxisMotor.cpp +++ b/motorApp/PhytronSrc/phytronAxisMotor.cpp @@ -19,7 +19,9 @@ HeadURL: $URL$ #include #include #include +#ifndef _WIN32 #include +#endif #include #include