diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-23 12:49:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-23 12:49:22 +0100 |
| commit | e35ec8a8035df820f0ab47dc80734bf558222062 (patch) | |
| tree | 5579b56871d1fdad1498d36c033084fca9fbea6c | |
| parent | c53e6692a0828ca05ab4066e274453a1dc81567b (diff) | |
Some platforms don't include libxml++config.h automatically.
| -rw-r--r-- | src/cxml.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxml.cc b/src/cxml.cc index d5c3fdb..d4eb138 100644 --- a/src/cxml.cc +++ b/src/cxml.cc @@ -20,6 +20,7 @@ #include "cxml.h" #include <libxml++/libxml++.h> +#include <libxml++config.h> #include <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> #include <cstdio> |
