GeneralConfigPane: Add <vector> include
Ensures the class member is always resolved correctly.
This commit is contained in:
parent
2bd7f7f0d8
commit
934b32acfb
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <wx/arrstr.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue