Index: src/ch/CustomCopyDlg.cpp =================================================================== diff -u -N -r2d7bee54f998ae8f5d4145a2cf3f4a589253016f -r4be0f47d68a1a161529dc55901659b9daec996e3 --- src/ch/CustomCopyDlg.cpp (.../CustomCopyDlg.cpp) (revision 2d7bee54f998ae8f5d4145a2cf3f4a589253016f) +++ src/ch/CustomCopyDlg.cpp (.../CustomCopyDlg.cpp) (revision 4be0f47d68a1a161529dc55901659b9daec996e3) @@ -17,6 +17,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ #include "stdafx.h" +#include #include "resource.h" #include "FileInfo.h" #include "CustomCopyDlg.h" @@ -26,7 +27,7 @@ #include "FilterDlg.h" #include "StringHelpers.h" #include "ch.h" -#include +#include "../libicpf/file.h" #ifdef _DEBUG #define new DEBUG_NEW