libnetservices: Fix DEBUG build
Add iostream header since BUrlProtocolListener::DebugMessage() need it. Change-Id: I4665d5675b33b1cb5beba123d07a38c3edbbeb6f Reviewed-on: https://review.haiku-os.org/c/haiku/+/4095 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Niels Sascha Reedijk <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
e3fa7914c6
commit
324b426da9
@@ -8,6 +8,9 @@
|
||||
*/
|
||||
|
||||
#include <cstdio>
|
||||
#ifdef DEBUG
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#include <UrlRequest.h>
|
||||
#include <UrlProtocolListener.h>
|
||||
|
||||
Reference in New Issue
Block a user