Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include <sstream> in vrpathregistry_public.cpp
std::istringstream requires this include. Currently it is accidentally pulled in by including json.h. Other jsoncpp versions don't provide that include, for example with ValveSoftware#1178 the build breaks on debian stable.
- Loading branch information