Skip to content

Commit

Permalink
Resolve nodchip#92
Browse files Browse the repository at this point in the history
If we're defining something in a header then we should declare it.
  • Loading branch information
hero2017 authored Aug 26, 2020
1 parent 7ee8a2b commit cfd1ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/learn/learner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

#if defined(EVAL_NNUE)
#include "../nnue/evaluate_nnue_learner.h"
#include <climits>
#include <shared_mutex>
#endif

Expand Down

0 comments on commit cfd1ae7

Please sign in to comment.