From 0b8da74ca385b35cd9854d5e1b0ebece40e3c0f0 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Fri, 7 Sep 2018 08:15:01 -0500 Subject: [PATCH] Added stdarg.h, otherwise compiler error with va_start and va_end undefined if DEBUG is defined --- motorApp/SoftMotorSrc/devSoft.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/SoftMotorSrc/devSoft.cc b/motorApp/SoftMotorSrc/devSoft.cc index 322645aa..5ef2ddd0 100644 --- a/motorApp/SoftMotorSrc/devSoft.cc +++ b/motorApp/SoftMotorSrc/devSoft.cc @@ -52,6 +52,7 @@ NOTES... #include #include #include +#include #include "motorRecord.h" #include "motor.h"