mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #1707 from stweil/includes
dotproductsse: Fix include statements
This commit is contained in:
commit
6f23ed380a
@ -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