From: Michael Wetherell Date: Fri, 10 Nov 2006 11:31:58 +0000 (+0000) Subject: Missing header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b68671575b443f109af6e930ad72a063205a5c2?ds=inline Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/streams/largefile.cpp b/tests/streams/largefile.cpp index 8a11a3bf82..1366ae6091 100644 --- a/tests/streams/largefile.cpp +++ b/tests/streams/largefile.cpp @@ -36,7 +36,8 @@ #include "wx/wfstream.h" #ifdef __WXMSW__ -#include "winioctl.h" +#include "wx/msw/wrapwin.h" +#include #endif using std::auto_ptr;