Index: src/ch/TSubTaskBase.h
===================================================================
diff -u -N -r9a171c5d46f2bc029d99a698d88eeff60497cd3b -rd12e49decb8a3df3e28f6786d38542390484ac07
--- src/ch/TSubTaskBase.h	(.../TSubTaskBase.h)	(revision 9a171c5d46f2bc029d99a698d88eeff60497cd3b)
+++ src/ch/TSubTaskBase.h	(.../TSubTaskBase.h)	(revision d12e49decb8a3df3e28f6786d38542390484ac07)
@@ -23,7 +23,7 @@
 #ifndef __TSUBTASKBASE_H__
 #define __TSUBTASKBASE_H__
 
-#include "FileInfo.h"
+#include "../libchcore/FileInfo.h"
 
 class TSubTaskContext;
 class TBasePathDataContainer;
@@ -54,7 +54,7 @@
 
 protected:
 	// some common operations
-	chcore::TSmartPath CalculateDestinationPath(const CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const;
+   chcore::TSmartPath CalculateDestinationPath(const chcore::CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const;
 	chcore::TSmartPath FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const;
 
 private: