Fix missing headers in simgear/io/DNSClient.cxx and simgear/props/props_test.cxx
<algorithm> is needed for std::sort() and std::find().
This commit is contained in:
@@ -22,9 +22,13 @@
|
||||
//
|
||||
|
||||
#include <simgear_config.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "DNSClient.hxx"
|
||||
#include <udns.h>
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
namespace simgear {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory> // std::unique_ptr
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user