1 |
--- libpbe/src/URI.cc.orig 2008-11-09 15:16:16.000000000 +0100 |
2 |
+++ libpbe/src/URI.cc 2013-03-30 17:45:57.000000000 +0100 |
3 |
@@ -18,11 +18,11 @@ |
4 |
|
5 |
#include "URI.hh" |
6 |
|
7 |
-#include <boost/spirit.hpp> |
8 |
-#include <boost/spirit/actor/insert_at_actor.hpp> |
9 |
-#include <boost/spirit/dynamic/if.hpp> |
10 |
-#include <boost/spirit/utility/loops.hpp> |
11 |
-#include <boost/spirit/iterator/multi_pass.hpp> |
12 |
+#include <boost/spirit/include/classic.hpp> |
13 |
+#include <boost/spirit/home/classic/actor/insert_at_actor.hpp> |
14 |
+#include <boost/spirit/home/classic/dynamic/if.hpp> |
15 |
+#include <boost/spirit/home/classic/utility/loops.hpp> |
16 |
+#include <boost/spirit/home/classic/iterator/multi_pass.hpp> |
17 |
|
18 |
#include <boost/lexical_cast.hpp> |
19 |
#include <boost/scoped_array.hpp> |
20 |
@@ -30,7 +30,7 @@ |
21 |
#include <map> |
22 |
|
23 |
using namespace std; |
24 |
-using namespace boost::spirit; |
25 |
+using namespace boost::spirit::classic; |
26 |
|
27 |
|
28 |
namespace pbe { |