Skip to content
  • Alexandre Duret-Lutz's avatar
    Include <cstddef> in python modules to workaround Swig bug. · 35a01937
    Alexandre Duret-Lutz authored
    * wrap/python/spot.i, wrap/python/buddy.i: Include <cstddef>
    because Swig 2.0.2 uses ptrdiff_t and does not do the include
    itself.  In g++ most libstdc++ standard headers have been changed
    to no longer include <cstddef> as an implementation detail, so
    the difference shows.
    35a01937