Add two missing includes for <algorithm>
This commit is contained in:
parent
9eaa2f7efc
commit
2bf5a96aec
2 changed files with 6 additions and 1 deletions
|
@ -17,13 +17,17 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with FlightGear. If not, see <http://www.gnu.org/licenses/>.
|
along with FlightGear. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/#include "MPServerResolver.hxx"
|
*/
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include <Network/DNSClient.hxx>
|
#include <Network/DNSClient.hxx>
|
||||||
#include <Main/fg_props.hxx>
|
#include <Main/fg_props.hxx>
|
||||||
#include <3rdparty/cjson/cJSON.h>
|
#include <3rdparty/cjson/cJSON.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#include "MPServerResolver.hxx"
|
||||||
|
|
||||||
using namespace simgear;
|
using namespace simgear;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include "MirrorPropertyTreeWebsocket.hxx"
|
#include "MirrorPropertyTreeWebsocket.hxx"
|
||||||
#include "jsonprops.hxx"
|
#include "jsonprops.hxx"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue