From a1d72435a893702a3410f04135e6cc852f45c8b1 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 20 Feb 2022 10:34:33 +0100 Subject: [PATCH] gvc++: include gvc.h without the gvc directory prefix in GVContext.h This makes it possible to use GVContext.h from the install directory where gvc.h is not located under this prefix. Towards https://gitlab.com/graphviz/graphviz/-/issues/2196. --- lib/gvc++/GVContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc++/GVContext.h b/lib/gvc++/GVContext.h index e7e893c65..7616dfc02 100644 --- a/lib/gvc++/GVContext.h +++ b/lib/gvc++/GVContext.h @@ -2,7 +2,7 @@ #include -#include +#include #ifdef GVDLL #if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS -- 2.50.1