From 97051666f02506bac74347cb028545064731e831 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 20 Sep 2009 12:37:11 +0000 Subject: [PATCH] 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 --- tests/any/anytest.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2