mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-09 22:56:53 +00:00
Debug includes
This commit is contained in:
parent
a09db7e745
commit
af331272c7
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
#include "ochess.hpp"
|
#include "ochess.hpp"
|
||||||
#include "GameListManager.hpp"
|
#include "GameListManager.hpp"
|
||||||
#include "game_tab/Game.hpp"
|
#include "game_tab/Game.hpp"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class BaseImportTab : public TabBase_TabImport {
|
class BaseImportTab : public TabBase_TabImport {
|
||||||
TabInfos *main_tab;
|
TabInfos *main_tab;
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
#include <wx/filefn.h> // Check file exists etc
|
#include <wx/filefn.h> // Check file exists etc
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
#include <wx/busyinfo.h>
|
#include <wx/busyinfo.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#define MAINWIN ((MainWindow *)wxGetApp().GetTopWindow())
|
#define MAINWIN ((MainWindow *)wxGetApp().GetTopWindow())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue