Index: src/libchcore/TPath.cpp =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/libchcore/TPath.cpp (.../TPath.cpp) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/libchcore/TPath.cpp (.../TPath.cpp) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -26,8 +26,10 @@ #include "TCoreException.h" #include "ErrorCodes.h" #include "TPathContainer.h" -#include "TStringArray.h" +#include "../libstring/TStringArray.h" +using namespace string; + namespace chcore { #define DEFAULT_PATH_SEPARATOR _T("\\")