Index: src/ch/FileInfo.h =================================================================== diff -u -N -r920ccbb7d5163da9980901b4c6fa9ac69b85ad6d -r8cb15f097b81ca387f3ae122dd355f3c397b7842 --- src/ch/FileInfo.h (.../FileInfo.h) (revision 920ccbb7d5163da9980901b4c6fa9ac69b85ad6d) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision 8cb15f097b81ca387f3ae122dd355f3c397b7842) @@ -21,9 +21,9 @@ #ifndef __FILEINFO_H__ #define __FILEINFO_H__ -class CDestPath; -//#include "DestPath.h" +#include "DestPath.h" + void FindFreeSubstituteName(CString strSrcPath, CString strDstPath, CString* pstrResult); extern void GetDriveData(LPCTSTR lpszPath, int *piDrvNum, UINT *puiDrvType);