From 2b2309a466271ecf9175fd3e85d8d498f89a1fa5 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 5 Jun 2003 18:11:45 +0000 Subject: [PATCH] Add missing header for wxMotif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlwin.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2