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

@ -3,6 +3,9 @@
#include "../returnvalues/HasReturnvaluesIF.h"
#include <FSFWConfig.h>
#if CPP_OSTREAM_ENABLED == 1
#include <iostream>
#include <sstream>
#include <iomanip>
@ -147,5 +150,6 @@ private:
};
#endif //ML505
#endif /* CPP_OSTREAM_ENABLED == 1 */
#endif /* FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACEBUFFER_H_ */