Ticket #1570: boost-1.34.1-gcc-4.3.patch

File boost-1.34.1-gcc-4.3.patch, 1.1 KB (added by bero@…, 15 years ago)

Fix

  • boost_1_34_1/boost/spirit/phoenix/operators.hpp

    old new  
    2424#include <boost/spirit/phoenix/composite.hpp>
    2525#include <boost/config.hpp>
    2626#include <boost/mpl/if.hpp>
     27#include <climits>
    2728
    2829///////////////////////////////////////////////////////////////////////////////
    2930namespace phoenix {
  • boost_1_34_1/boost/test/test_tools.hpp

    old new  
    4444// STL
    4545#include <cstddef>          // for std::size_t
    4646#include <iosfwd>
     47#include <climits>
    4748
    4849#include <boost/test/detail/suppress_warnings.hpp>
    4950
  • boost_1_34_1/boost/wave/util/flex_string.hpp

    old new  
    9494#include <limits>
    9595#include <stdexcept>
    9696#include <cstddef>
     97#include <cstring>
    9798
    9899// this must occur after all of the includes and before any code appears
    99100#ifdef BOOST_HAS_ABI_HEADERS