diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp index 1219950..5c4b0f1 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -89,9 +89,9 @@ # define _BLD_cdt 0 # define _PACKAGE_ast 0 # include <arith.h> +# include <cgraph.h> # include <gvc.h> # include <gvcext.h> -# include <types.h> #endif #ifdef GANV_FDGL # include "./fdgl.hpp" |