From: James Turner Date: Wed, 18 Sep 2013 21:13:04 +0000 (+0100) Subject: Fix missing include for non-Mac X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a7fcf10ad6628d832fe7b345193d45d52fb462d;p=simgear.git Fix missing include for non-Mac --- diff --git a/simgear/io/HTTPClient.hxx b/simgear/io/HTTPClient.hxx index 530552cd..55e0e275 100644 --- a/simgear/io/HTTPClient.hxx +++ b/simgear/io/HTTPClient.hxx @@ -24,6 +24,8 @@ #ifndef SG_HTTP_CLIENT_HXX #define SG_HTTP_CLIENT_HXX +#include // for std::auto_ptr + #include namespace simgear