Moved up #include <algorithm>

This commit is contained in:
david
2002-03-22 12:38:34 +00:00
parent b13505afdf
commit 101fdb3598

View File

@@ -17,6 +17,7 @@ using std::sort;
#else
#include <algorithm>
#include <simgear/compiler.h>
#include <simgear/debug/logstream.hxx>
@@ -24,7 +25,6 @@ SG_USING_STD(sort);
#endif
#include <algorithm>
#include <stdio.h>
#include <string.h>