mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-22 01:30:49 +08:00
Include missing config_auto.h
This commit is contained in:
parent
8b0c5405e2
commit
618b185d14
@ -17,10 +17,16 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config_auto.h"
|
||||
#endif
|
||||
|
||||
#include "equationdetectbase.h"
|
||||
#include <allheaders.h>
|
||||
|
||||
#include "blobbox.h"
|
||||
|
||||
#include <allheaders.h>
|
||||
|
||||
namespace tesseract {
|
||||
|
||||
// Destructor.
|
||||
|
Loading…
Reference in New Issue
Block a user