5501909b5d581d48b26b9156319b52a876e491a1
[packages.git] / ipv6 / mrd6 / patches / 001-add_missing_include.patch
1 --- a/include/mrd/support/ptree.h
2 +++ b/include/mrd/support/ptree.h
3 @@ -35,6 +35,7 @@
4  #ifndef _Ptree_h_
5  #define _Ptree_h_
6  
7 +#include <stddef.h>
8  #include <stdint.h>
9  #include <algorithm>
10  #include <mrd/log.h>