patch-include_mrd_support_ptree_h 342 B

12345678910
  1. --- mrd6-0.9.6.orig/include/mrd/support/ptree.h 2007-03-21 09:51:27.000000000 +0100
  2. +++ mrd6-0.9.6/include/mrd/support/ptree.h 2012-07-25 17:21:57.000000000 +0200
  3. @@ -38,6 +38,7 @@
  4. #include <stdint.h>
  5. #include <algorithm>
  6. #include <mrd/log.h>
  7. +using std::ptrdiff_t;
  8. /* Patricia nodes MUST derive from ptree_node */
  9. struct ptree_node {