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,7 +1,10 @@
#include "../timemanager/Clock.h"
#include "ServiceInterfaceBuffer.h"
#if CPP_OSTREAM_ENABLED == 1
#include "../timemanager/Clock.h"
#include "serviceInterfaceDefintions.h"
#include <FSFWConfig.h>
#include <cstring>
#include <inttypes.h>
@ -252,3 +255,5 @@ void ServiceInterfaceBuffer::initSocket() {
}
#endif //ML505
#endif /* CPP_OSTREAM_ENABLED == 1 */