summaryrefslogtreecommitdiff
path: root/lib/json_parser.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-06-01 19:03:14 -0700
committerJosh Blum2013-06-01 19:03:14 -0700
commitca9738d91012c3fd04d1bd22b963a0b6a0d77f02 (patch)
tree9a526ad9c789f5b6c154c030148de67dc5f2d307 /lib/json_parser.cpp
parentbd7d2bff5fa5d23d2b7b5dfeec20c03cb97a4fb6 (diff)
downloadsandhi-ca9738d91012c3fd04d1bd22b963a0b6a0d77f02.tar.gz
sandhi-ca9738d91012c3fd04d1bd22b963a0b6a0d77f02.tar.bz2
sandhi-ca9738d91012c3fd04d1bd22b963a0b6a0d77f02.zip
props: code cleanup and tweaks
Diffstat (limited to 'lib/json_parser.cpp')
-rw-r--r--lib/json_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json_parser.cpp b/lib/json_parser.cpp
index 4a75f3d..d66297f 100644
--- a/lib/json_parser.cpp
+++ b/lib/json_parser.cpp
@@ -5,7 +5,7 @@
//why the fuck does no OS ever patch boost when there is a bug
//https://svn.boost.org/trac/boost/ticket/6785
#if BOOST_VERSION == 104900
-#include "json_parser_read_104900.hpp"
+#include "boost_fail/json_parser_read_104900.hpp"
#endif
//--------- end bullshit --------------//