From: Vadim Zeitlin Date: Tue, 8 Jul 2008 00:49:30 +0000 (+0000) Subject: MSW compilation fix after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cecf398fb4e00704cd527a7890fd81899c29e20 MSW compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/streams/socketstream.cpp b/tests/streams/socketstream.cpp index acd4d0a396..7a4002163a 100644 --- a/tests/streams/socketstream.cpp +++ b/tests/streams/socketstream.cpp @@ -20,6 +20,7 @@ #include "wx/log.h" #endif +#include "wx/gsocket.h" #include "wx/socket.h" #include "wx/sckstrm.h" #include "wx/thread.h"