Skip to content

Commit

Permalink
Fix: missing header with libxml2 >= 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Feb 4, 2024
1 parent db3bf11 commit 65d341f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-02-04: Fix: missing header with libxml2 >= 2.12
2024-02-04: Max index count value is too low for some dictionaries
2023-08-10: Fix CMake debug build with MSVC, fixes #46
2023-07-11: Clean up unused value
Expand Down
1 change: 1 addition & 0 deletions src/opf.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#pragma clang diagnostic ignored "-Wdocumentation"
#endif
#include <libxml/encoding.h>
#include <libxml/parser.h>
#include <libxml/xmlwriter.h>
#ifdef __clang__
#pragma clang diagnostic pop
Expand Down

0 comments on commit 65d341f

Please sign in to comment.