X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.cpp;h=ee301d7254d35b9699687e80f9d20d8663e83adb;hb=f76c063eb9b792088e034ffb4c2f173b843e8c57;hp=553128743d8651e50cd0195f4c868727e312c2c3;hpb=f4c02ca3b4d7b2bec9bbbc86fea5fecbb4a22099;p=builder.git diff --git a/source/csourcefile.cpp b/source/csourcefile.cpp index 5531287..ee301d7 100644 --- a/source/csourcefile.cpp +++ b/source/csourcefile.cpp @@ -52,7 +52,7 @@ void CSourceFile::find_dependencies() BuildInfo::PathList local_incpath = incpath; local_incpath.push_front(FS::dirname(path).str()); - for(list::iterator i=includes.begin(); i!=includes.end(); ++i) + for(IncludeList::iterator i=includes.begin(); i!=includes.end(); ++i) { Target *hdr = builder.get_vfs().find_header(i->substr(1), ((*i)[0]=='"' ? local_incpath : incpath)); if(hdr)