Merge pull request #2982 from robinwatts/pushback8

Guard #include "config_auto.h" with HAVE_CONFIG_H.
This commit is contained in:
Stefan Weil 2020-05-16 15:00:40 +02:00 committed by GitHub
commit 5d9b181d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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