Compilation fix

This commit is contained in:
O1L 2015-08-23 12:37:03 +04:00 committed by Nekotekina
parent 3c27bf0a6a
commit 6ae7f450f1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "Emu/SysCalls/Modules/cellVideoOut.h"
#include "SettingsDialog.h"
#include "Utilities/Log.h"
#include <wx/radiobox.h>
SettingsDialog::SettingsDialog(wxWindow *parent)
: wxDialog(parent, wxID_ANY, "Settings", wxDefaultPosition)