diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 17:11:09 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 17:11:09 +0100 |
| commit | af331272c7a5a5c27b55ee17b54a0e710c8f5a93 (patch) | |
| tree | 4473db3d4310c8480fca53de5c285f14713fe43e /src/ochess.hpp | |
| parent | a09db7e7452375eb1bcae41242bfc11fd006fc10 (diff) | |
Debug includes
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index 22be496..d920fa4 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -13,6 +13,7 @@ #include <wx/filefn.h> // Check file exists etc #include <wx/log.h> #include <wx/busyinfo.h> +#include <vector> #define MAINWIN ((MainWindow *)wxGetApp().GetTopWindow()) |
