]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxprop/src/prop.cpp
wxUSE_IOSTREAMH fixes
[wxWidgets.git] / utils / wxprop / src / prop.cpp
index 933f38a56cd8f26f70c45393fa6590685f8273d0..0746f05a7b10bcc5a5d5b4eb8052f0b21a36368c 100644 (file)
 #include <math.h>
 #include <string.h>
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(__GNUWIN32__)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
+#else
+#include <strstream>
+#endif
 
 #include "wx/window.h"
 #include "wx/utils.h"