desktop/htmlcxx/missing-header.patch

11 lines
198 B
Diff
Raw Normal View History

2015-08-18 17:37:52 +08:00
--- htmlcxx-0.85/html/tree.h
+++ htmlcxx-0.85/html/tree.h
@@ -46,6 +46,7 @@
#define tree_hh_
#include <cassert>
+#include <cstddef>
#include <memory>
#include <stdexcept>
#include <iterator>