From 07a620dab39a657a9aba5540eef2bafdd38450a0 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 20 Feb 2022 11:08:52 +0100 Subject: [PATCH] gvc++: include "gvc.h" instead of in GVContext.h This makes it possible to use GVContext.h from the install directory without the need to specify both "include" and "include/graphviz" as include directories to the compiler. 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 7616dfc02..d7494d82e 100644 --- a/lib/gvc++/GVContext.h +++ b/lib/gvc++/GVContext.h @@ -2,7 +2,7 @@ #include -#include +#include "gvc.h" #ifdef GVDLL #if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS -- 2.40.0