mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
use <cstdio> instead of <stdio.h>
This commit is contained in:
parent
8103d17c72
commit
4d3b0bc798
@ -18,7 +18,7 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include "tessopt.h"
|
||||
|
||||
int tessoptind;
|
||||
|
Loading…
Reference in New Issue
Block a user