Fix missing include for non-Mac

This commit is contained in:
James Turner 2013-09-18 22:13:04 +01:00
parent b9bd2734eb
commit 7a7fcf10ad

View File

@ -24,6 +24,8 @@
#ifndef SG_HTTP_CLIENT_HXX
#define SG_HTTP_CLIENT_HXX
#include <memory> // for std::auto_ptr
#include <simgear/io/HTTPRequest.hxx>
namespace simgear