fix visual studio .net warning

This commit is contained in:
Harald Radi 2001-10-26 17:52:41 +00:00
parent 2384eb7d62
commit 059cbc13d3
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#ifdef PHP_WIN32
#include <iostream.h>
#include <iostream>
#include <math.h>
#include <comdef.h>

View file

@ -30,7 +30,7 @@
#ifdef PHP_WIN32
#include <iostream.h>
#include <iostream>
#include <math.h>
#include <comdef.h>