From 7a7fcf10ad6628d832fe7b345193d45d52fb462d Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 18 Sep 2013 22:13:04 +0100 Subject: [PATCH] Fix missing include for non-Mac --- simgear/io/HTTPClient.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5