From: Mattia Barbon Date: Thu, 5 Jun 2003 18:11:45 +0000 (+0000) Subject: Add missing header for wxMotif. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2b2309a466271ecf9175fd3e85d8d498f89a1fa5 Add missing header for wxMotif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 1af6efb59d..1b67f52cf5 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -33,6 +33,7 @@ #include "wx/html/htmlproc.h" #include "wx/list.h" #include "wx/clipbrd.h" +#include "wx/dataobj.h" #include "wx/timer.h" #include "wx/dcmemory.h"