summaryrefslogtreecommitdiff
path: root/lib/json_parser.cpp
diff options
context:
space:
mode:
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 --------------//