From 12b835ddd5a431ef1bcd1bd2c89e8f92256ec435 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 19 Jul 2017 17:22:01 +0200 Subject: Adding missing android include Change-Id: I666b0f932e736cd51c8ef6d42bcd602822445392 Signed-off-by: Mauro Sardara --- icnet/http/icnet_http_server_publisher.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'icnet/http/icnet_http_server_publisher.h') diff --git a/icnet/http/icnet_http_server_publisher.h b/icnet/http/icnet_http_server_publisher.h index c914b7f7..a1c1c91a 100644 --- a/icnet/http/icnet_http_server_publisher.h +++ b/icnet/http/icnet_http_server_publisher.h @@ -22,6 +22,10 @@ #include #include +#ifdef __ANDROID__ +#include +#endif + #define HTTP_VERSION "1.0" namespace icnet { @@ -63,4 +67,4 @@ class HTTPServerPublisher { } // end namespace http -} // end namespace icnet \ No newline at end of file +} // end namespace icnet -- cgit 1.2.3-korg