Fix PCH-less build after the last commit.

Add missing wx/log.h inclusion.
This commit is contained in:
Vadim Zeitlin 2015-03-11 23:53:59 +01:00
parent de7e315557
commit b8f6cb417c

View File

@ -13,6 +13,7 @@
#if wxUSE_DATAVIEWCTRL || wxUSE_LISTCTRL
#include "wx/log.h"
#include "wx/timer.h"
// ----------------------------------------------------------------------------