diff --git a/src/parse.h b/src/parse.h index 3dfec2c7..5fd8e249 100644 --- a/src/parse.h +++ b/src/parse.h @@ -22,6 +22,9 @@ #endif // specific libraries +// NOTE: json.hpp must be included *before* cxxopts.hpp. +// See https://github.com/docling-project/docling-parse/pull/248 for details. +#include #include #define LOGURU_WITH_STREAMS 1 @@ -29,7 +32,6 @@ //#include #include -#include #define POINTERHOLDER_TRANSITION 0 // eliminate warnings from QPDF #include