]> git.donarmstrong.com Git - flightcrew.git/blob - debian/patches/use_system_boost_library_in_utf8cpp
debian/patches/*: fix quilt-patch-missing-description lintian tag
[flightcrew.git] / debian / patches / use_system_boost_library_in_utf8cpp
1 Description: use system boost library
2 Author: Don Armstrong <don@debian.org>
3 Forwarded: no
4 Last-Update: 2013-02-14
5
6 --- a/src/utf8-cpp/utf8/core.h
7 +++ b/src/utf8-cpp/utf8/core.h
8 @@ -29,7 +29,7 @@
9  #define UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
10  
11  #include <iterator>
12 -#include "../../BoostParts/boost/cstdint.hpp"
13 +#include <boost/cstdint.hpp>
14  
15  namespace utf8
16  {