1
0
forked from fsfw/fsfw

exlcuding ostream headers

This commit is contained in:
2021-01-03 14:08:40 +01:00
parent afda3b2fa0
commit 4515c0d3cd
7 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,9 @@
#include "ObjectManager.h"
#include "../serviceinterface/ServiceInterfaceStream.h"
#if CPP_OSTREAM_ENABLED == 1
#include <iomanip>
#endif
#include <cstdlib>
ObjectManager::ObjectManager( void (*setProducer)() ):