Fix compilation on Windows. #1433

This commit is contained in:
Alessandro Ranellucci 2013-09-23 11:27:23 +02:00
parent 0b526afb4e
commit 91289fad49

View File

@ -2,6 +2,8 @@
#define _myinit_h_
// this needs to be included early for MSVC (listing it in Build.PL is not enough)
#undef read
#undef seekdir
#include <ostream>
#include <iostream>