openbsd-ports/devel/mico/patches/patch-orb_codeset_cc
espie 379f54390a make it build with gcc3.
Mostly work from Aleksander Piotrowski
2004-09-26 12:11:00 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-orb_codeset_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
--- orb/codeset.cc.orig Thu Sep 20 14:38:53 2001
+++ orb/codeset.cc Sun Aug 15 19:39:26 2004
@@ -24,6 +24,7 @@
#include <CORBA-SMALL.h>
#include <string.h>
+#include <iostream>
#include <mico/util.h>
#include <mico/impl.h>
#include <mico/intercept.h>