From 139a5c7d8f0dd95705154753850ec8aebc83afff Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 2 Feb 2025 14:54:17 +0100 Subject: [PATCH] fixed missing imports --- cpp/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/main.cpp b/cpp/main.cpp index bf59c81..d603fc6 100644 --- a/cpp/main.cpp +++ b/cpp/main.cpp @@ -1,5 +1,7 @@ #include "board.cpp" +#include + int main(int argc, char* argv[]) { std::string pos = "rnbq1k1r/pp1Pbppp/2p5/8/2B5/8/PPP1NnPP/RNBQK2R w KQ - 1 8";