mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
Merge pull request #2982 from robinwatts/pushback8
Guard #include "config_auto.h" with HAVE_CONFIG_H.
This commit is contained in:
commit
5d9b181d67
@ -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