Fix compilation on Windows. #1433
This commit is contained in:
parent
0b526afb4e
commit
91289fad49
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue