]> git.donarmstrong.com Git - flightcrew.git/blob - debian/patches/use_system_boost_library_in_utf8cpp
e98f4786e806dcdadef1f9611cef9bcc60cba02a
[flightcrew.git] / debian / patches / use_system_boost_library_in_utf8cpp
1 --- a/src/utf8-cpp/utf8/core.h
2 +++ b/src/utf8-cpp/utf8/core.h
3 @@ -29,7 +29,7 @@
4  #define UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
5  
6  #include <iterator>
7 -#include "../../BoostParts/boost/cstdint.hpp"
8 +#include <boost/cstdint.hpp>
9  
10  namespace utf8
11  {