From cb979a71de5375f6f18f1d46381840419fac6de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 22 Aug 2007 15:18:31 +0000 Subject: [PATCH] PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/thread/atomic.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/thread/atomic.cpp b/tests/thread/atomic.cpp index d49019c6ab..976266331b 100644 --- a/tests/thread/atomic.cpp +++ b/tests/thread/atomic.cpp @@ -23,6 +23,8 @@ #include "wx/atomic.h" #include "wx/thread.h" #include "wx/dynarray.h" +#include "wx/log.h" + WX_DEFINE_ARRAY_PTR(wxThread *, wxArrayThread); // ----------------------------------------------------------------------------