aboutsummaryrefslogtreecommitdiff
path: root/src/moves.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.hpp')
-rw-r--r--src/moves.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.hpp b/src/moves.hpp
index 3b84afe..32143f7 100644
--- a/src/moves.hpp
+++ b/src/moves.hpp
@@ -1,7 +1,7 @@
#ifndef SRC_MOVES_H_
#define SRC_MOVES_H_
-#include "board.hpp"
+#include "board/board.hpp"
#include <vector>
std::vector<Move> GetLegalMoves(Game *g);