From: Frederic Bouvier Date: Sun, 29 May 2011 07:34:56 +0000 (+0200) Subject: Fix linux build - auto_ptr<> needs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11bb6ef1466a64c966479f39e0526da03ce1b33c;p=flightgear.git Fix linux build - auto_ptr<> needs --- diff --git a/src/MultiPlayer/multiplaymgr.hxx b/src/MultiPlayer/multiplaymgr.hxx index daae68b57..42444f014 100644 --- a/src/MultiPlayer/multiplaymgr.hxx +++ b/src/MultiPlayer/multiplaymgr.hxx @@ -34,6 +34,7 @@ #include #include +#include #include #include