Index: kprof/kprof/parseprofile_fnccheck.h =================================================================== --- kprof.orig/kprof/parseprofile_fnccheck.h +++ kprof/kprof/parseprofile_fnccheck.h @@ -21,7 +21,10 @@ #include "parseprofile.h" #endif -class CProfileInfo; +#include +#include +#include "cprofileinfo.h" + class QString; class CParseProfile_fnccheck : public CParseProfile Index: kprof/kprof/parseprofile_gprof.h =================================================================== --- kprof.orig/kprof/parseprofile_gprof.h +++ kprof/kprof/parseprofile_gprof.h @@ -22,7 +22,9 @@ #include "parseprofile.h" #endif -class CProfileInfo; +#include +#include +#include "cprofileinfo.h" class CParseProfile_gprof : public CParseProfile { Index: kprof/kprof/parseprofile_pose.h =================================================================== --- kprof.orig/kprof/parseprofile_pose.h +++ kprof/kprof/parseprofile_pose.h @@ -21,7 +21,10 @@ #include "parseprofile.h" #endif -class CProfileInfo; +#include +#include +#include "cprofileinfo.h" + class QString; class CParseProfile_pose : public CParseProfile