We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab009fa commit 81fbd87Copy full SHA for 81fbd87
src/api/altorenderer.cpp
@@ -15,6 +15,9 @@
15
16
#include <memory>
17
#include <sstream> // for std::stringstream
18
+#ifdef _WIN32
19
+# include <windows.h> // MultiByteToWideChar, ...
20
+#endif
21
#include "baseapi.h"
22
#include "renderer.h"
23
src/api/hocrrenderer.cpp
@@ -20,6 +20,9 @@
#include <locale> // for std::locale::classic
#include <memory> // for std::unique_ptr
24
25
26
#include "baseapi.h" // for TessBaseAPI
27
28
#include "tesseractclass.h" // for Tesseract
0 commit comments