]> git.pld-linux.org Git - packages/boost.git/blob - boost-xpressive.patch
- add missed include.
[packages/boost.git] / boost-xpressive.patch
1 --- boost-1.42.0/boost/xpressive/regex_error.hpp.orig   2009-11-04 19:05:06.000000000 +0100
2 +++ boost-1.42.0/boost/xpressive/regex_error.hpp        2010-02-10 09:36:26.000000000 +0100
3 @@ -16,6 +16,7 @@
4
5  #include <string>
6  #include <stdexcept>
7 +#include <boost/current_function.hpp>
8  #include <boost/throw_exception.hpp>
9  #include <boost/exception/exception.hpp>
10  #include <boost/xpressive/regex_constants.hpp>
This page took 0.046615 seconds and 3 git commands to generate.