mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #1654 from stweil/bool
capi: Fix regression caused by use of bool data type
This commit is contained in:
commit
000c9864b7
@ -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