From 09dd92215f3845582ed594071644f2c4376ebfe9 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 14 Jun 2020 16:22:23 +0200 Subject: [PATCH] Try to fix Ubuntu 18.04 FTBFS --- sources/diagram.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/diagram.cpp b/sources/diagram.cpp index 7eedb0246..6e3fe667f 100644 --- a/sources/diagram.cpp +++ b/sources/diagram.cpp @@ -40,6 +40,7 @@ #include "qetgraphicstableitem.h" #include "qetxml.h" #include "elementprovider.h" +#include int Diagram::xGrid = 10; int Diagram::yGrid = 10;