Commit 17069889 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #1337 from fifothekid:master

Added USING_STD_NAMESPACE macro to text module
parents f953e690 b6b83105
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment