From 337579d2e2e55f47e38930bdf0c0bde2046d9729 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 6 May 2007 15:57:40 +0000 Subject: [PATCH] STR #1668: Added missing 'include' statement to Fl_Inpt_Choice.h git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5804 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Input_Choice.H | 1 + 1 file changed, 1 insertion(+) diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H index d4acb4462..1a2d78372 100644 --- a/FL/Fl_Input_Choice.H +++ b/FL/Fl_Input_Choice.H @@ -34,6 +34,7 @@ #define Fl_Input_Choice_H #include +#include #include #include #include