Ticket #1987: circular_buffer.hpp.patch

File circular_buffer.hpp.patch, 1008 bytes (added by Stjepan Rajko, 14 years ago)
  • Development/boost/boost/circular_buffer.hpp

     
    1515    #pragma once
    1616#endif
    1717
    18 #include "circular_buffer_fwd.hpp"
     18#include <boost/circular_buffer_fwd.hpp>
    1919#include <boost/detail/workaround.hpp>
    2020
    2121// BOOST_CB_ENABLE_DEBUG: Debug support control.
     
    6060    #define BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS ((void)0);
    6161#endif
    6262
    63 #include "circular_buffer/debug.hpp"
    64 #include "circular_buffer/details.hpp"
    65 #include "circular_buffer/base.hpp"
    66 #include "circular_buffer/space_optimized.hpp"
     63#include <boost/circular_buffer/debug.hpp>
     64#include <boost/circular_buffer/details.hpp>
     65#include <boost/circular_buffer/base.hpp>
     66#include <boost/circular_buffer/space_optimized.hpp>
    6767
    6868#undef BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS
    6969#undef BOOST_CB_IS_CONVERTIBLE