]> git.saurik.com Git - wxWidgets.git/commitdiff
include iostream headers before using iostream classes (might fix HP-UX native compil...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 May 2005 18:38:08 +0000 (18:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 May 2005 18:38:08 +0000 (18:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/longlong.cpp

index e3d6a5658623702d4e770d20657450224e4c1004..9334dcc3f478e2c0c80987423337e63326d5847b 100644 (file)
@@ -35,6 +35,8 @@
 #include <memory.h>     // for memset()
 #endif
 
+#include "wx/ioswrap.h"
+
 // ============================================================================
 // implementation
 // ============================================================================