From bad0da6de074c412be7a67c4ab78627fe207883c Mon Sep 17 00:00:00 2001
From: Gaetan Bricteux <gaetan.bricteux@uclouvain.be>
Date: Mon, 21 Nov 2011 11:10:46 +0000
Subject: [PATCH] fix compile

---
 Fltk/spherePositionWidget.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h
index 094d40fb21..5a5c959673 100644
--- a/Fltk/spherePositionWidget.h
+++ b/Fltk/spherePositionWidget.h
@@ -9,6 +9,7 @@
 #include <math.h>
 #include <FL/Fl_Widget.H>
 #include <FL/fl_draw.H>
+#include <FL/Fl.H>
 
 // A small 2D widget to set the coordinates of a point on the unit
 // sphere.
-- 
GitLab