mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-30 23:49:05 +08:00
Guard #include "config_auto.h" with HAVE_CONFIG_H.
Every other file already does this.
This commit is contained in:
parent
b4d3bf616a
commit
3408c36eab
@ -15,7 +15,9 @@
|
||||
// limitations under the License.
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config_auto.h" // for HAVE_AVX, ...
|
||||
#endif
|
||||
#include <numeric> // for std::inner_product
|
||||
#include "simddetect.h"
|
||||
#include "dotproduct.h"
|
||||
|
Loading…
Reference in New Issue
Block a user