Skip to content

Commit 20cd6d2

Browse files
committed
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>
1 parent a9369ff commit 20cd6d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arch/dotproductsse.h

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef TESSERACT_ARCH_DOTPRODUCTSSE_H_
2020
#define TESSERACT_ARCH_DOTPRODUCTSSE_H_
2121

22+
#include <cstdint> // for int32_t
23+
2224
namespace tesseract {
2325

2426
// Computes and returns the dot product of the n-vectors u and v.

0 commit comments

Comments
 (0)