diff options
Diffstat (limited to 'src/opertype.cpp')
-rw-r--r-- | src/opertype.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/opertype.cpp b/src/opertype.cpp index 8c2edb60f..b719b4cc7 100644 --- a/src/opertype.cpp +++ b/src/opertype.cpp @@ -6,7 +6,9 @@ */ #include "services.h" - +#include "anope.h" +#include "opertype.h" +#include "config.h" Oper *Oper::Find(const Anope::string &name) { |