$OpenBSD: patch-src_webserver_src_WebServer_h,v 1.1 2016/06/03 11:54:44 dcoppa Exp $

From 3550730658f3084b4c84a2387d87b070122becb4 Mon Sep 17 00:00:00 2001
From: upstream svn <svn@amule.org>
Date: Wed, 7 Oct 2015 23:43:21 +0000
Subject: [PATCH] Add missing includes

--- src/webserver/src/WebServer.h.orig	Fri Jun  3 12:26:44 2016
+++ src/webserver/src/WebServer.h	Fri Jun  3 12:28:11 2016
@@ -32,6 +32,8 @@
 #endif
 
 #include "WebInterface.h"
+#include <map>
+#include <set>
 #include "KnownFile.h"
 #include "RLE.h"
 #include "OtherStructs.h"
