We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9369ff commit 20cd6d2Copy full SHA for 20cd6d2
src/arch/dotproductsse.h
@@ -19,6 +19,8 @@
19
#ifndef TESSERACT_ARCH_DOTPRODUCTSSE_H_
20
#define TESSERACT_ARCH_DOTPRODUCTSSE_H_
21
22
+#include <cstdint> // for int32_t
23
+
24
namespace tesseract {
25
26
// Computes and returns the dot product of the n-vectors u and v.
0 commit comments