From: Vadim Zeitlin Date: Sun, 20 Sep 2009 12:37:11 +0000 (+0000) Subject: Add missing header to fix wxAny test compilation under OS X. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97051666f02506bac74347cb028545064731e831 Add missing header to fix wxAny test compilation under OS X. And probably other Unix systems not using PCH. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/any/anytest.cpp b/tests/any/anytest.cpp index 74a9d9cd05..792f1576a8 100644 --- a/tests/any/anytest.cpp +++ b/tests/any/anytest.cpp @@ -17,6 +17,7 @@ #include "wx/any.h" #include "wx/datetime.h" +#include "wx/object.h" #include