Commit e4c4c878 authored by Stefan Behnel's avatar Stefan Behnel

use <ios> instead of <iostream>

parent 616926b7
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <new> #include <new>
#include <typeinfo> #include <typeinfo>
#include <stdexcept> #include <stdexcept>
#include <iostream> #include <ios>
static void __Pyx_CppExn2PyErr() { static void __Pyx_CppExn2PyErr() {
// Catch a handful of different errors here and turn them into the // Catch a handful of different errors here and turn them into the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment