Moved includes higher to make sure that std::sort is known.

This commit is contained in:
david
2002-03-20 13:43:23 +00:00
parent 9fed946567
commit bed7593cdd

View File

@@ -8,6 +8,10 @@
#include "props.hxx"
#include <algorithm>
#include <stdio.h>
#include <string.h>
#if PROPS_STANDALONE
#include <iostream>
@@ -24,9 +28,6 @@ SG_USING_STD(sort);
#endif
#include <algorithm>
#include <stdio.h>
#include <string.h>