From 61d59dfc85e173647c5b6f16fd4333b0cf1d3299 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 6 Mar 2019 08:49:05 -0800 Subject: [PATCH] non-pch build fix --- include/wx/qt/accel.h | 2 ++ 1 file changed, 2 insertions(+) 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;