Include <algorithm> and <stdio.hxx> to fix compilation errors on some
platforms (I should have done this anyway).
This commit is contained in:
@@ -19,10 +19,13 @@ using std::sort;
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
SG_USING_STD(sort);
|
||||
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user