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:
@@ -43,6 +43,7 @@
|
||||
#include <bitset>
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#include "module.h"
|
||||
#include "modules/redis.h"
|
||||
|
||||
#include <iterator> // back_inserter
|
||||
|
||||
using namespace Redis;
|
||||
|
||||
class MyRedisService;
|
||||
|
||||
Reference in New Issue
Block a user