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

@ -2,6 +2,9 @@
#define FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_
#include "ServiceInterfaceBuffer.h"
#if CPP_OSTREAM_ENABLED == 1
#include <iostream>
#include <cstdio>
@ -48,4 +51,6 @@ extern ServiceInterfaceStream warning;
extern ServiceInterfaceStream error;
}
#endif /* CPP_OSTREAM_ENABLED == 1 */
#endif /* FRAMEWORK_SERVICEINTERFACE_SERVICEINTERFACESTREAM_H_ */