make macos happy (#3699)

* s

* explicitly include it because that's a good idea.
This commit is contained in:
Matthew Kennedy 2021-12-19 06:58:49 -08:00 committed by GitHub
parent 951cea4471
commit cddb9484a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;