billforsternz / thc-chess-library

General Purpose Rules of Chess Library for C++
MIT License
38 stars 13 forks source link

Adding an include to prevent build failure on initial cmake integration. #19

Open mspeed opened 1 year ago

mspeed commented 1 year ago

Running a simple first-pass integration of thc using cmake leads to a build failure, due to a missing include in ChessDefs.h.

This PR adds the include.

(cmake, gcc)