Gentoo + libxml2-2.12 requires inclusion of parser.h

This commit is contained in:
Takeshi Nakatani 2024-02-19 14:36:58 +00:00 committed by Andrew Gaul
parent e89adf6633
commit da38dc73ad
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define S3FS_S3FS_XML_H_
#include <libxml/xpath.h>
#include <libxml/parser.h> // [NOTE] nessetially include this header in some environments
#include <memory>
#include <string>