include/wx/generic/private/widthcalc.h makes use of wxLogTrace, so wx/log.h needs to be included.

This fixes a regression introduced by commits b64e030f0c and c21ad5d9c2 which break compilation when configured with --disable-precomp-headers.
This commit is contained in:
Tim Kosse
2015-09-29 10:35:07 +02:00
parent 9397570429
commit 8be40b6789

View File

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