From 5415a5ffdbc7158f2447fdcd6db99555b6e99016 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Tue, 31 Mar 2020 18:27:24 +0200 Subject: [PATCH] include 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 #1178 the build breaks on debian stable. --- src/vrcommon/vrpathregistry_public.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vrcommon/vrpathregistry_public.cpp b/src/vrcommon/vrpathregistry_public.cpp index 6a7f457b..cc5a27a2 100644 --- a/src/vrcommon/vrpathregistry_public.cpp +++ b/src/vrcommon/vrpathregistry_public.cpp @@ -7,6 +7,8 @@ #include "strtools_public.h" #include "dirtools_public.h" +#include + #if defined( WIN32 ) #include #include