summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-30 15:03:13 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-30 15:03:13 +0000
commit04d3d6c0f2da0c373018706b948b25e6fb1847ef (patch)
treea739e1c2b51c26e1a3605d7507aab300b98fe9b8 /src
parent6b3f61e3ffab1e3770a819aceecb06decf13f9da (diff)
missing header file
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6613 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_x.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index b18aa7707..b34ca62dc 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -41,6 +41,7 @@
# include <FL/Fl_Window.H>
# include <FL/fl_utf8.h>
# include <FL/Fl_Tooltip.H>
+# include <FL/fl_draw.H>
# include <stdio.h>
# include <stdlib.h>
# include "flstring.h"