X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fregex%2Fexample%2Fsnippets%2Fregex_token_iterator_eg_2.cpp;h=3458ce4d355941a211627c730dc23121251f4f01;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=e3e43de964c0c112765103928dac9c70c864e17f;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp b/ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp index e3e43de96..3458ce4d3 100644 --- a/ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp +++ b/ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp @@ -17,10 +17,10 @@ */ +#include #include #include #include -#include boost::regex e("<\\s*A\\s+[^>]*href\\s*=\\s*\"([^\"]*)\"", boost::regex::normal | boost::regbase::icase);