mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
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:
parent
a9369ffa48
commit
20cd6d2328
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user