summaryrefslogtreecommitdiff
path: root/ext/rpc/dotnet/dotnet.cpp
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-10-26 17:52:41 +0000
committerHarald Radi <phanto@php.net>2001-10-26 17:52:41 +0000
commit059cbc13d3eb3e9ea6fb88a81db5ad84f2d064f7 (patch)
tree11ad8ba94a27613dfd7d262384589c3c64843f16 /ext/rpc/dotnet/dotnet.cpp
parent2384eb7d624e7ae7024d8e353fec46e961903011 (diff)
downloadphp-git-059cbc13d3eb3e9ea6fb88a81db5ad84f2d064f7.tar.gz
fix visual studio .net warning
Diffstat (limited to 'ext/rpc/dotnet/dotnet.cpp')
-rw-r--r--ext/rpc/dotnet/dotnet.cpp2
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>