summaryrefslogtreecommitdiff
path: root/libcdr/libcdr-0.0.13.patch
blob: 29b2b28281779efdcc53233673dfea73340e2480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -32,6 +32,9 @@
 #include <string.h>
 #include <sstream>
 #include <set>
+#ifndef BOOST_ALL_NO_LIB
+#define BOOST_ALL_NO_LIB 1
+#endif
 #include <boost/property_tree/json_parser.hpp>
 #include <boost/property_tree/ptree.hpp>
 #include <boost/spirit/include/classic.hpp>