exlcuding ostream headers
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user