From 7ebe8e21b0c8d4c229d192c0be66e49c7b78ed00 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 26 Jun 2018 13:43:18 +0000 Subject: Move Fl_Window_Driver.H from FL/ to src/ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Menu_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Menu_Window.cxx') diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx index 2010295fd..c6a04ad16 100644 --- a/src/Fl_Menu_Window.cxx +++ b/src/Fl_Menu_Window.cxx @@ -24,7 +24,7 @@ // can be used to dismiss the menus. #include -#include +#include "Fl_Window_Driver.H" void Fl_Menu_Window::show() { Fl_Window_Driver::driver(this)->show_menu(); -- cgit v1.2.3