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;