1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 20:43:15 +02:00

Include <iterator> in services.h as now more than one file uses it

This commit is contained in:
Adam
2013-05-28 13:51:23 -04:00
parent f6e2ebe145
commit c5bc8fab32
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@
#include <bitset>
#include <set>
#include <algorithm>
#include <iterator>
#include "defs.h"
-2
View File
@@ -11,8 +11,6 @@
#include "module.h"
#include "modules/redis.h"
#include <iterator> // back_inserter
using namespace Redis;
class MyRedisService;