need to include <iterator> now

This commit is contained in:
Chris Brunner 2013-09-17 21:11:38 +00:00
parent 3d74098257
commit adcc5b81ed
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "filename.h"
#include <algorithm>
#include <iterator>
////////////////////////////////////////////////////////////////////
// Function: DSearchPath::Results::Constructor

View File

@ -16,6 +16,7 @@
#include <assert.h>
#include <sys/stat.h>
#include <algorithm>
#include <iterator>
class SortDependableFilesByName {
public:

View File

@ -27,6 +27,7 @@
#include <sys/stat.h>
#include <algorithm>
#include <iterator>
#include <assert.h>
#ifdef WIN32_VC