Missing header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-11-10 11:31:58 +00:00
parent 33a702bf70
commit 8b68671575

View File

@ -36,7 +36,8 @@
#include "wx/wfstream.h"
#ifdef __WXMSW__
#include "winioctl.h"
#include "wx/msw/wrapwin.h"
#include <winioctl.h>
#endif
using std::auto_ptr;