mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +08:00
fix GRAPHICS_DISABLED build
This commit is contained in:
parent
1cf492818f
commit
0ae83ca5c4
@ -17,6 +17,10 @@
|
||||
// limitations under the License.
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#include "imagedata.h"
|
||||
|
||||
|
@ -25,6 +25,11 @@
|
||||
/*----------------------------------------------------------------------
|
||||
I n c l u d e s
|
||||
----------------------------------------------------------------------*/
|
||||
// Include automatically generated configuration file if running autoconf.
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#include "split.h"
|
||||
#include "coutln.h"
|
||||
#include "tprintf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user