Skip to content

Commit

Permalink
Fix makefile and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glinscott committed Apr 18, 2018
1 parent 30a8416 commit 214dc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CPPFLAGS += -MD -MP
sources = Network.cpp Training.cpp UCTSearch.cpp Utils.cpp Random.cpp Parameters.cpp \
UCTNode.cpp OpenCL.cpp Timing.cpp main.cpp Tuner.cpp \
Bitboard.cpp Movegen.cpp Position.cpp UCI.cpp pgn.cpp SMP.cpp OpenCLScheduler.cpp \
NNCache.cpp TimeMan.cpp
NNCache.cpp TimeMan.cpp UCIOption.cpp

objects = $(sources:.cpp=.o)
deps = $(sources:%.cpp=%.d)
Expand Down
2 changes: 1 addition & 1 deletion src/UCI.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "Types.h"

class Position;
class BoardHistory;
struct BoardHistory;

namespace UCI {

Expand Down

0 comments on commit 214dc60

Please sign in to comment.