diff options
author | Harald Radi <phanto@php.net> | 2001-10-26 17:52:41 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-10-26 17:52:41 +0000 |
commit | 059cbc13d3eb3e9ea6fb88a81db5ad84f2d064f7 (patch) | |
tree | 11ad8ba94a27613dfd7d262384589c3c64843f16 /ext/rpc/dotnet/dotnet.cpp | |
parent | 2384eb7d624e7ae7024d8e353fec46e961903011 (diff) | |
download | php-git-059cbc13d3eb3e9ea6fb88a81db5ad84f2d064f7.tar.gz |
fix visual studio .net warning
Diffstat (limited to 'ext/rpc/dotnet/dotnet.cpp')
-rw-r--r-- | ext/rpc/dotnet/dotnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/dotnet/dotnet.cpp b/ext/rpc/dotnet/dotnet.cpp index ec9b0e7291..1fe9db53b2 100644 --- a/ext/rpc/dotnet/dotnet.cpp +++ b/ext/rpc/dotnet/dotnet.cpp @@ -30,7 +30,7 @@ #ifdef PHP_WIN32 -#include <iostream.h> +#include <iostream> #include <math.h> #include <comdef.h> |