Fix missing include for non-Mac
This commit is contained in:
parent
b9bd2734eb
commit
7a7fcf10ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user