From 8b68671575b443f109af6e930ad72a063205a5c2 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 10 Nov 2006 11:31:58 +0000 Subject: [PATCH] Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/streams/largefile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.50.0