1
0
Fork 0

Add two missing includes for <algorithm>

This commit is contained in:
Florent Rougon 2017-11-13 15:58:08 +01:00
parent 9eaa2f7efc
commit 2bf5a96aec
2 changed files with 6 additions and 1 deletions

View file

@ -17,13 +17,17 @@
You should have received a copy of the GNU General Public License
along with FlightGear. If not, see <http://www.gnu.org/licenses/>.
*/#include "MPServerResolver.hxx"
*/
#include <algorithm>
#include <Network/DNSClient.hxx>
#include <Main/fg_props.hxx>
#include <3rdparty/cjson/cJSON.h>
#include <cstdlib>
#include "MPServerResolver.hxx"
using namespace simgear;
/**

View file

@ -21,6 +21,7 @@
#include "MirrorPropertyTreeWebsocket.hxx"
#include "jsonprops.hxx"
#include <algorithm>
#include <unordered_map>
#include <set>