Add missing wxWidget includes

This commit is contained in:
EoD 2016-07-30 23:56:17 +02:00
parent 6ce43f90b9
commit 645be4522c
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#ifndef WX_VIEWSUPT_H
#define WX_VIEWSUPT_H
#include <wx/wx.h>
#include <wx/window.h>
#include <wx/image.h>
#include <wx/caret.h>
#include <wx/spinctrl.h>
#include <wx/dialog.h>