GeneralConfigPane: Add <vector> include

Ensures the class member is always resolved correctly.
This commit is contained in:
Lioncash 2016-10-20 10:16:46 -04:00
parent 2bd7f7f0d8
commit 934b32acfb
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <vector>
#include <wx/arrstr.h>
#include <wx/panel.h>