From f1aa82aad6d53b662e958c27be4e98e732b9e9b4 Mon Sep 17 00:00:00 2001 From: Alexis Lockwood Date: Fri, 18 Dec 2020 23:36:51 -0700 Subject: [PATCH] HPGL_PLOTTER: add missing include --- common/plotters/HPGL_plotter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/plotters/HPGL_plotter.cpp b/common/plotters/HPGL_plotter.cpp index e48c7f3445..748ea8ca0e 100644 --- a/common/plotters/HPGL_plotter.cpp +++ b/common/plotters/HPGL_plotter.cpp @@ -193,6 +193,7 @@ * YT; */ +#include #include #include