]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
Changes related to stream includes
[wxWidgets.git] / src / common / object.cpp
index d26826ebe253cafe90d60334d53445afacf1b774..6950dc80ccf1250149af7f01ee4c610dcd67dc26 100644 (file)
 
 #if WXDEBUG || wxUSE_DEBUG_CONTEXT
   // for wxObject::Dump
-  #include <iostream.h>
+#if wxUSE_IOSTREAMH
+#  include <iostream.h>
+#else
+#  include <iostream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
+#endif
 #endif
 
 #if !USE_SHARED_LIBRARY