Skip to content

Commit

Permalink
geojson plugin: fix compile against boost 1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 4, 2014
1 parent 22bd302 commit a65987a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/input/geojson/geojson_datasource.hpp
Expand Up @@ -73,7 +73,12 @@ struct options_type<geojson_linear<Max,Min> >
choose_by_content_diff_tag,
split_default_tag,
linear_tag,
#if BOOST_VERSION >= 105700
node_variant_static_tag>;
#else
node_s_mem_static_tag>;

#endif
};

}}}}}
Expand Down

0 comments on commit a65987a

Please sign in to comment.