Ignore:
Timestamp:
Sep 29, 2011, 3:42:26 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
cc78ae
Parents:
12e953
git-author:
Frederik Heber <heber@…> (09/09/11 10:13:51)
git-committer:
Frederik Heber <heber@…> (09/29/11 15:42:26)
Message:

FIX: boost/serialization added to includes before Memory.

  • boost::serialization seems to have a bug with overloaded new, hence it has to be included before.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Helpers/MemDebug.hpp

    r12e953 ra2392b  
    5757#include <boost/shared_ptr.hpp>
    5858#include <boost/function.hpp>
     59// serialization has bug with overloaded new, see https://svn.boost.org/trac/boost/ticket/3400
     60#include <boost/serialization/access.hpp>
    5961
    6062
Note: See TracChangeset for help on using the changeset viewer.