We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c1e85 commit 9ea4099Copy full SHA for 9ea4099
1 file changed
src/parse.h
@@ -22,14 +22,16 @@
22
#endif
23
24
// specific libraries
25
+// NOTE: json.hpp must be included *before* cxxopts.hpp.
26
+// See https://github.com/docling-project/docling-parse/pull/248 for details.
27
+#include <nlohmann/json.hpp>
28
#include <cxxopts.hpp>
29
30
#define LOGURU_WITH_STREAMS 1
31
#include <loguru.hpp>
32
33
//#include <utf8/utf8.h>
34
#include <utf8.h>
-#include <nlohmann/json.hpp>
35
36
#define POINTERHOLDER_TRANSITION 0 // eliminate warnings from QPDF
37
#include <qpdf/QPDF.hh>
0 commit comments