mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix visual studio .net warning
This commit is contained in:
parent
2384eb7d62
commit
059cbc13d3
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
#ifdef PHP_WIN32
|
||||
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
#include <comdef.h>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#ifdef PHP_WIN32
|
||||
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
#include <comdef.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue