Skip to content

Commit b8de064

Browse files
committed
Ensure baseapi.h header is used by commontraining.h regardless of autotools usage
1 parent cd34ee5 commit b8de064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/training/commontraining.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config_auto.h"
19-
#include "baseapi.h"
2019
#endif
2120

21+
#include "baseapi.h"
22+
2223
#ifdef DISABLED_LEGACY_ENGINE
2324

2425
#include "tprintf.h"

0 commit comments

Comments
 (0)