mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
capi: Fix regression caused by use of bool data type
Commit 87d33b6c9e
added code which uses bool.
Therefore stdbool.h must be included for compilations with a C compiler.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
e7c1e0739c
commit
a709018e94
@ -30,6 +30,7 @@
|
||||
# include "renderer.h"
|
||||
#else
|
||||
# include "platform.h"
|
||||
# include <stdbool.h>
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user