$OpenBSD: patch-glom_main_local_options_cc,v 1.2 2012/04/12 08:14:56 ajacoutot Exp $

From 6d5db9687e9aa5bd8fc324b5fa6adea3faae5fb0 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Wed, 11 Apr 2012 14:56:38 +0000
Subject: build: std:cerr needs <iostream>

--- glom/main_local_options.cc.orig	Wed Apr 11 16:39:33 2012
+++ glom/main_local_options.cc	Wed Apr 11 16:39:42 2012
@@ -20,6 +20,8 @@
 
 #include "config.h"
 
+#include <iostream>
+
 #include <glom/main_local_options.h>
 
 // For sanity checks:
