[11:48:42] <Dominus> wjp, there are two patches for files/databuf.h and u7obj.h at https://sourceforge.net/tracker/?func=detail&aid=3368758&group_id=2335&atid=302335 and https://sourceforge.net/tracker/?func=detail&aid=3383237&group_id=2335&atid=302335
[11:49:32] <Dominus> one adds #include <cstddef> to both files the other adds a std:: somewhere
[11:49:49] <Dominus> I guess this is the same issue but handled differently
[11:50:08] <Dominus> I'm wondering which is the better one
[11:51:24] <wjp> if including cstddef resolves the issue, that's the way to go
[11:52:10] <Dominus> k, I'll write something in the patch that adds the std:: whether the include helps
[11:52:13] <Dominus> thanks