From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Fri, 5 Sep 2008 20:57:38 +0000 (+0000)
Subject: add missing header for PCH-less build
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a3608593a3f28099d01196bb2402f3b2217db995

add missing header for PCH-less build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp
index 4f3eb8e64e..1393f0879e 100644
--- a/src/generic/logg.cpp
+++ b/src/generic/logg.cpp
@@ -45,6 +45,7 @@
 
 #include "wx/file.h"
 #include "wx/clipbrd.h"
+#include "wx/dataobj.h"
 #include "wx/textfile.h"
 #include "wx/statline.h"
 #include "wx/artprov.h"