Merge pull request #1707 from stweil/includes

dotproductsse: Fix include statements
This commit is contained in:
zdenop 2018-06-25 19:45:06 +02:00 committed by GitHub
commit 6f23ed380a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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