$OpenBSD: patch-src_libretroshare_src_retroshare_rsflags_h,v 1.1 2017/05/18 14:47:27 espie Exp $
templates are not macros, define iostream upfront

Index: src/libretroshare/src/retroshare/rsflags.h
--- src/libretroshare/src/retroshare/rsflags.h.orig
+++ src/libretroshare/src/retroshare/rsflags.h
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <stdint.h>
+#include <iostream>
 
 // This class provides a representation for flags that can be combined with bitwise
 // operations. However, because the class is templated with an id, it's not possible to 
