Include missing config_auto.h

This commit is contained in:
Egor Pugin 2021-03-12 23:39:18 +03:00
parent 8b0c5405e2
commit 618b185d14

View File

@ -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.