Index: src/ch/TSubTaskBase.cpp =================================================================== diff -u -N -r886c32a98f09ae8dc24ceb6b27e5c8a75104954e -r6dc950d4d76107421ff6eb62069b70f20bcc450e --- src/ch/TSubTaskBase.cpp (.../TSubTaskBase.cpp) (revision 886c32a98f09ae8dc24ceb6b27e5c8a75104954e) +++ src/ch/TSubTaskBase.cpp (.../TSubTaskBase.cpp) (revision 6dc950d4d76107421ff6eb62069b70f20bcc450e) @@ -25,7 +25,7 @@ #include "TBasePathData.h" #include "TLocalFilesystem.h" #include "TSubTaskContext.h" -#include "TTaskDefinition.h" +#include "../libchcore/TTaskDefinition.h" #include "TTaskConfiguration.h" /////////////////////////////////////////////////////////////////////////// @@ -108,7 +108,7 @@ // finds another name for a copy of src file(folder) in dest location chcore::TSmartPath TSubTaskBase::FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const { - const TTaskDefinition& rTaskDefinition = GetContext().GetTaskDefinition(); + const chcore::TTaskDefinition& rTaskDefinition = GetContext().GetTaskDefinition(); // get the name from srcpath pathSrcPath.StripSeparatorAtEnd();