From c6335c4dea0787f03db73e27556b2614a9230567 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 9 Mar 2023 12:13:16 +0000 Subject: Bug 706460: Add missing include in gdevdocx.c Thanks to Bruno Voisin for spotting this. --- devices/vector/gdevdocxw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/vector/gdevdocxw.c b/devices/vector/gdevdocxw.c index d579db79d..0a5ac3aab 100644 --- a/devices/vector/gdevdocxw.c +++ b/devices/vector/gdevdocxw.c @@ -39,6 +39,7 @@ #include "doc_common.h" #include "extract/extract.h" +#include "extract/buffer.h" #include -- cgit v1.2.1