diff options
Diffstat (limited to 'net-libs/htmlcxx/files')
-rw-r--r-- | net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch b/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch new file mode 100644 index 00000000..0444fed7 --- /dev/null +++ b/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch @@ -0,0 +1,11 @@ +diff -Naur htmlcxx-0.85/html/tree.h htmlcxx-0.85/html/tree.h +--- htmlcxx-0.85/html/tree.h 2011-02-13 23:24:53.000000000 +0100 ++++ htmlcxx-0.85/html/tree.h 2013-04-28 14:38:17.370643634 +0200 +@@ -45,6 +45,7 @@ + #ifndef tree_hh_ + #define tree_hh_ + ++#include <cstddef> + #include <cassert> + #include <memory> + #include <stdexcept> |