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