Skip to content

Commit

Permalink
dotproductsse: Fix include statements
Browse files Browse the repository at this point in the history
The changes are based on an analysis done with include-what-you-use.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 25, 2018
1 parent a9369ff commit 20cd6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/dotproductsse.h
Expand Up @@ -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.
Expand Down

0 comments on commit 20cd6d2

Please sign in to comment.