X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvirtualfilesystem.h;h=90151fe86983163cd87edb61ad5624e08707db80;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=21f3ec25ac0168e6f81c5d273d30e601fbb3272e;hpb=e943994f881a060b184aeee869a32a464f504a62;p=builder.git diff --git a/source/virtualfilesystem.h b/source/virtualfilesystem.h index 21f3ec2..90151fe 100644 --- a/source/virtualfilesystem.h +++ b/source/virtualfilesystem.h @@ -3,6 +3,7 @@ #include #include +#include #include #include "buildinfo.h" @@ -41,7 +42,7 @@ public: /** Locates a source file. If a file is found but no target is associated with it, a new package-less target is created with the appropriate tool. If use_syspath is true, the system path reported by the tool is also searched. */ - FileTarget *find_header(const std::string &, const SearchPath &, bool use_syspath = true); + FileTarget *find_header(const std::string &, const Tool *, const SearchPath &, bool use_syspath = true); /** Locates a library. The library name should be the same as what would be used in linking with the library. If a file is found but no target is