From 20cd6d2328126da8f4e85bf38787eb3bfb14b08b Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 25 Jun 2018 19:15:37 +0200 Subject: [PATCH] dotproductsse: Fix include statements The changes are based on an analysis done with include-what-you-use. Signed-off-by: Stefan Weil --- src/arch/dotproductsse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/dotproductsse.h b/src/arch/dotproductsse.h index 941c958fd..522f8dd55 100644 --- a/src/arch/dotproductsse.h +++ b/src/arch/dotproductsse.h @@ -19,6 +19,8 @@ #ifndef TESSERACT_ARCH_DOTPRODUCTSSE_H_ #define TESSERACT_ARCH_DOTPRODUCTSSE_H_ +#include // for int32_t + namespace tesseract { // Computes and returns the dot product of the n-vectors u and v.