From: Vadim Zeitlin Date: Wed, 4 May 2005 18:38:08 +0000 (+0000) Subject: include iostream headers before using iostream classes (might fix HP-UX native compil... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19c5a468e9e35303ad67e40259885dededdcdafa include iostream headers before using iostream classes (might fix HP-UX native compilation with iostreams) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index e3d6a56586..9334dcc3f4 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -35,6 +35,8 @@ #include // for memset() #endif +#include "wx/ioswrap.h" + // ============================================================================ // implementation // ============================================================================