include updates

This commit is contained in:
2021-01-27 18:03:56 +01:00
parent 3036793814
commit 942ecc89bd
3 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,9 @@
#include "Stopwatch.h"
#include "../serviceinterface/ServiceInterface.h"
#if FSFW_CPP_OSTREAM_ENABLED == 1
#include <iomanip>
#endif
Stopwatch::Stopwatch(bool displayOnDestruction,
StopwatchDisplayMode displayMode): displayOnDestruction(