Description: Fix FTBFS on armhf
Author: Jakob Haufe <sur5r@debian.org>
Last-Update: 2022-06-29

Index: fstl/src/canvas.cpp
===================================================================
--- fstl.orig/src/canvas.cpp
+++ fstl/src/canvas.cpp
@@ -1,5 +1,7 @@
 #include <QMouseEvent>
 
+#include <GL/gl.h>
+
 #include <cmath>
 
 #include "axis.h"
