Include <algorithm> and <stdio.hxx> to fix compilation errors on some

platforms (I should have done this anyway).
This commit is contained in:
david
2002-03-19 18:17:36 +00:00
parent 4d0bc0ae39
commit 9fed946567

View File

@@ -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>