diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-14 21:57:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-15 14:27:20 +0200 |
| commit | d5c0e4ca0027dce6ab2473f512db35605e1ea9a6 (patch) | |
| tree | 3320b1798eff6c4c102d6e07a623ba83937fc910 /src/lib | |
| parent | 71ef881c3c45a68b8bfa55565a387d16bca62d7c (diff) | |
Add missing include.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content_factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index b4ce161fb..74d08926c 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -25,6 +25,7 @@ #include <libcxml/cxml.h> +#include <list> #include <vector> |
