include wx/thread.h in debug build which is needed after last change [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-08 14:58:45 +00:00
parent 3e9dc5dbe9
commit 0138e546f4
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ wxChar const *SQL_LOG_FILENAME = wxT("sqllog.txt");
wxChar const *SQL_CATALOG_FILENAME = wxT("catalog.txt");
#ifdef __WXDEBUG__
#include "wx/thread.h"
extern wxList TablesInUse;
extern wxCriticalSection csTablesInUse;
#endif

View File

@@ -59,6 +59,8 @@ ULONG lastTableID = 0;
#ifdef __WXDEBUG__
#include "wx/thread.h"
wxList TablesInUse;
wxCriticalSection csTablesInUse;
#endif