Guard #include "config_auto.h" with HAVE_CONFIG_H.

Every other file already does this.
This commit is contained in:
Robin Watts 2020-05-14 17:29:23 +01:00
parent b4d3bf616a
commit 3408c36eab

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"