need to include <iterator> now
This commit is contained in:
parent
3d74098257
commit
adcc5b81ed
|
|
@ -16,6 +16,7 @@
|
|||
#include "filename.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: DSearchPath::Results::Constructor
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
class SortDependableFilesByName {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include <sys/stat.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef WIN32_VC
|
||||
|
|
|
|||
Loading…
Reference in New Issue