Skip to content

Commit c8167ce

Browse files
committed
Fix .h compile error
1 parent c0bdd5a commit c8167ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/Piece.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ namespace chesspp
9999
}
100100

101101
// This is handy, thanks.
102-
#include "Board.h"
102+
#include "Board.hpp"
103103

104104
#endif

0 commit comments

Comments
 (0)