379f54390a
Mostly work from Aleksander Piotrowski
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
$OpenBSD: patch-orb_orb_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
|
--- orb/orb.cc.orig Mon Sep 24 16:29:05 2001
|
|
+++ orb/orb.cc Sun Aug 15 19:40:54 2004
|
|
@@ -24,7 +24,8 @@
|
|
#ifndef _WINDOWS
|
|
#include <string.h>
|
|
#endif
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+#include <fstream>
|
|
#include <mico/os-net.h>
|
|
#include <mico/impl.h>
|
|
#include <mico/ssl.h>
|