mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add missing vector header (#3724)
This fixes compilation under GCC 12.1.0
This commit is contained in:
parent
a5930f222a
commit
efbf03d05b
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
#include <QKeySequence>
|
#include <QKeySequence>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
class Hotkey
|
class Hotkey
|
||||||
|
|
Loading…
Reference in a new issue