If we're defining something in a header then we should declare it.
This commit is contained in:
hero2017
2020-08-26 00:20:30 -04:00
committed by nodchip
parent def6ec4d16
commit 5637996f79

View File

@@ -84,6 +84,7 @@
#if defined(EVAL_NNUE)
#include "../nnue/evaluate_nnue_learner.h"
#include <climits>
#include <shared_mutex>
#endif