From a5d59fa709517894f250191c02705cd2451f31b9 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 20 Feb 2022 11:03:43 +0100 Subject: [PATCH] cgraph++: include "cgraph.h" instead of in AGraph.h This makes it possible to use AGraph.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/cgraph++/AGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph++/AGraph.h b/lib/cgraph++/AGraph.h index 03eb11654..43439098a 100644 --- a/lib/cgraph++/AGraph.h +++ b/lib/cgraph++/AGraph.h @@ -3,7 +3,7 @@ #include #include -#include +#include "cgraph.h" #ifdef GVDLL #if cgraph___EXPORTS // CMake's substitution of cgraph++_EXPORTS -- 2.40.0