Index: src/libchcore/TSubTaskStatsInfo.h =================================================================== diff -u -rcb4e9d4b60d62b25ae2cf556c0642601af56c787 -r8a2ff3b2b71b45fb525e030167e62f316cb32869 --- src/libchcore/TSubTaskStatsInfo.h (.../TSubTaskStatsInfo.h) (revision cb4e9d4b60d62b25ae2cf556c0642601af56c787) +++ src/libchcore/TSubTaskStatsInfo.h (.../TSubTaskStatsInfo.h) (revision 8a2ff3b2b71b45fb525e030167e62f316cb32869) @@ -23,7 +23,6 @@ #ifndef __TSUBTASKSTATSINFO_H__ #define __TSUBTASKSTATSINFO_H__ -#include "libchcore.h" #include "TString.h" #include "TSimpleTimer.h" #include "TSpeedTracker.h" @@ -36,6 +35,11 @@ #include "CommonDataTypes.h" #include "IRunningTimeControl.h" +namespace boost +{ + template class upgrade_lock; +} + namespace chcore { class TSubTaskStatsInfo;