compilation fix: add missing header after r59404

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-07 15:08:52 +00:00
parent 8276e7803d
commit 1ffe958687

View File

@@ -26,6 +26,7 @@
#endif
#include "wx/url.h"
#include "wx/log.h"
#include <stdlib.h>