diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-03-24 16:33:09 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-03-24 16:33:09 +0100 |
commit | 671a80a70be60ccad1c0176556487c09be810489 (patch) | |
tree | 367ded7ad850add426817e91b5e9f86003f5d0e2 /include/inspircd.h | |
parent | d60103cada2c954f6d735c0ae4fb7d9b1b5ed844 (diff) |
Create the stdalgo namespace for container-related algorithms, add stdalgo::vector::swaperase()
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a707eec73..bf3cb06b0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -46,6 +46,7 @@ #include "intrusive_list.h" #include "compat.h" #include "typedefs.h" +#include "stdalgo.h" CoreExport extern InspIRCd* ServerInstance; |