make macos happy (#3699)
* s * explicitly include it because that's a good idea.
This commit is contained in:
parent
be448c56f3
commit
e076ea4a04
|
@ -77,7 +77,6 @@ public:
|
|||
}
|
||||
|
||||
void setSwitchTime(const int phaseIndex, const float value) {
|
||||
efiAssertVoid(CUSTOM_ERR_PWM_SWITCH_ASSERT, switchTimes != nullptr, "switchTimes");
|
||||
switchTimes[phaseIndex] = value;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#include "pch.h"
|
||||
#include "engine_test_helper.h"
|
||||
#include "serial_can.h"
|
||||
|
||||
#include <array>
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
|
|
Loading…
Reference in New Issue