diff --git a/include/wx/qt/accel.h b/include/wx/qt/accel.h index ee9734f6c7..3e53300030 100644 --- a/include/wx/qt/accel.h +++ b/include/wx/qt/accel.h @@ -33,6 +33,8 @@ * QShortcut. This handler will finally create and send the appropriate wx * event to the window. */ +#include "wx/vector.h" + class QShortcut; template < class T > class QList;