Merge pull request #1337 from fifothekid:master

Added USING_STD_NAMESPACE macro to text module
pull/1346/head
Alexander Alekhin 8 years ago committed by GitHub
commit 17069889bd
  1. 3
      modules/text/src/precomp.hpp

@ -48,6 +48,9 @@
#include "text_config.hpp"
#ifdef HAVE_TESSERACT
#if !defined(USE_STD_NAMESPACE)
#define USE_STD_NAMESPACE
#endif
#include <tesseract/baseapi.h>
#include <tesseract/resultiterator.h>
#endif

Loading…
Cancel
Save