repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
htmlcxx
/
ptrdiff.patch
blob
6348ba24f8dae9fc9595fdc13c6dbb912dda768d
1
diff -rc htmlcxx-orig-0.85/html/tree.h htmlcxx-0.85/html/tree.h
2
*** htmlcxx-orig-0.85/html/tree.h 2015-09-02 13:57:17.988688798 +0200
3
--- htmlcxx-0.85/html/tree.h 2015-09-02 13:57:52.737768811 +0200
4
***************
5
*** 45,50 ****
6
--- 45,51 ----
7
#ifndef tree_hh_
8
#define tree_hh_
9
10
+ #include <cstddef>
11
#include <cassert>
12
#include <memory>
13
#include <stdexcept>