diff options
Diffstat (limited to 'ext/dotnet/dotnet.cpp')
-rw-r--r-- | ext/dotnet/dotnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp index ec9b0e7291..1fe9db53b2 100644 --- a/ext/dotnet/dotnet.cpp +++ b/ext/dotnet/dotnet.cpp @@ -30,7 +30,7 @@ #ifdef PHP_WIN32 -#include <iostream.h> +#include <iostream> #include <math.h> #include <comdef.h> |