use <ios> instead of <iostream>
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 20:28:18 +0000 (22:28 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 20:28:18 +0000 (22:28 +0200)
Cython/Utility/CppSupport.cpp

index 8913253..ab2f2b5 100644 (file)
@@ -4,7 +4,7 @@
 #include <new>
 #include <typeinfo>
 #include <stdexcept>
-#include <iostream>
+#include <ios>
 
 static void __Pyx_CppExn2PyErr() {
   // Catch a handful of different errors here and turn them into the