dotproductsse: Fix include statements

The changes are based on an analysis done with include-what-you-use.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-06-25 19:15:37 +02:00
parent a9369ffa48
commit 20cd6d2328

View File

@ -19,6 +19,8 @@
#ifndef TESSERACT_ARCH_DOTPRODUCTSSE_H_
#define TESSERACT_ARCH_DOTPRODUCTSSE_H_
#include <cstdint> // for int32_t
namespace tesseract {
// Computes and returns the dot product of the n-vectors u and v.