diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f65bdbf092..55b77fc3c3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-01 09:26 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbqt/hbqt.h + ! Includes + Appears it is required for all .cpp's + 2009-07-01 08:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/hbqt.h * harbour/contrib/hbqt/hbqt_base.cpp diff --git a/harbour/contrib/hbqt/hbqt.h b/harbour/contrib/hbqt/hbqt.h index a1488cee09..66a8ad9e6e 100644 --- a/harbour/contrib/hbqt/hbqt.h +++ b/harbour/contrib/hbqt/hbqt.h @@ -56,6 +56,9 @@ #ifndef __HBQT_H #define __HBQT_H +#include +#include + #if QT_VERSION >= 0x040500 #define hbqt_par_QTranslator( n ) ( ( QTranslator* ) hb_parptr( n ) )