From 8059d2b58e8b58ae58a469f5107753364d6db35d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 20 Feb 2022 11:10:04 +0100 Subject: [PATCH] gvc++: include "AGraph.h" instead of in GVLayout.h This makes it possible to use GVLayout.h from the install directory without the need to specify both "include" and "include/graphviz" as include directories to the compiler. Fixes https://gitlab.com/graphviz/graphviz/-/issues/2196. --- lib/gvc++/GVLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc++/GVLayout.h b/lib/gvc++/GVLayout.h index aee993596..f9b84b4d5 100644 --- a/lib/gvc++/GVLayout.h +++ b/lib/gvc++/GVLayout.h @@ -4,7 +4,7 @@ #include "GVContext.h" #include "GVRenderData.h" -#include +#include "AGraph.h" #ifdef GVDLL #if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS -- 2.40.0