aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 19:13:27 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 19:13:27 +0100
commit4c959fe12ed2f26cbfac9646d3488cb00676fb31 (patch)
tree551c288b6041ad7e60bcfab0ebffed1e6f300c62 /src/ochess.hpp
parenta8c59c41bc103f0336d9982369be5dd85ac68111 (diff)
Improve Game and HalfMoves memory management
Diffstat (limited to 'src/ochess.hpp')
-rw-r--r--src/ochess.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp
index e413071..6303e31 100644
--- a/src/ochess.hpp
+++ b/src/ochess.hpp
@@ -11,6 +11,7 @@
#include <wx/filefn.h> // Check file exists etc
#include <wx/log.h>
#include "gui.h"
+#include <memory>
#define MAINWIN ((MainWindow *)wxGetApp().GetTopWindow())