Skip to content

Commit 9ea4099

Browse files
authored
fix: boolean conversion (#248)
Signed-off-by: Attila Oláh <attila@dorn.haus>
1 parent c3c1e85 commit 9ea4099

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/parse.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@
2222
#endif
2323

2424
// 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>
2528
#include <cxxopts.hpp>
2629

2730
#define LOGURU_WITH_STREAMS 1
2831
#include <loguru.hpp>
2932

3033
//#include <utf8/utf8.h>
3134
#include <utf8.h>
32-
#include <nlohmann/json.hpp>
3335

3436
#define POINTERHOLDER_TRANSITION 0 // eliminate warnings from QPDF
3537
#include <qpdf/QPDF.hh>

0 commit comments

Comments
 (0)