]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing header to fix wxAny test compilation under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Sep 2009 12:37:11 +0000 (12:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Sep 2009 12:37:11 +0000 (12:37 +0000)
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

index 74a9d9cd05624fe71f2bfc970d313ddc972600d1..792f1576a855fe46bdef96854f69ac250b0b2d31 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "wx/any.h"
 #include "wx/datetime.h"
+#include "wx/object.h"
 
 #include <math.h>