Skip to content

Commit 1706988

Browse files
authored
Merge pull request #1337 from fifothekid:master
Added USING_STD_NAMESPACE macro to text module
2 parents f953e69 + b6b8310 commit 1706988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/text/src/precomp.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
#include "text_config.hpp"
4949

5050
#ifdef HAVE_TESSERACT
51+
#if !defined(USE_STD_NAMESPACE)
52+
#define USE_STD_NAMESPACE
53+
#endif
5154
#include <tesseract/baseapi.h>
5255
#include <tesseract/resultiterator.h>
5356
#endif

0 commit comments

Comments
 (0)