summaryrefslogtreecommitdiff
path: root/src/opertype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opertype.cpp')
-rw-r--r--src/opertype.cpp4
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)
{