From ef68f098a11fe23ea5bc0fb2cdc5df874196fc61 Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Sat, 1 Nov 2014 19:31:40 -0400 Subject: [PATCH] Moved include to top. --- RenX.ModSystem/RenX_ModSystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RenX.ModSystem/RenX_ModSystem.cpp b/RenX.ModSystem/RenX_ModSystem.cpp index 2b9cb0b..1c4d2b8 100644 --- a/RenX.ModSystem/RenX_ModSystem.cpp +++ b/RenX.ModSystem/RenX_ModSystem.cpp @@ -15,6 +15,7 @@ * Written by Justin James */ +#include #include "Jupiter/IRC_Client.h" #include "IRC_Bot.h" #include "RenX_ModSystem.h" @@ -618,7 +619,7 @@ void BanSearchIRCCommand::create() this->addTrigger(STRING_LITERAL_AS_REFERENCE("blogs")); this->setAccessLevel(2); } -#include + void BanSearchIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString &channel, const Jupiter::ReadableString &nick, const Jupiter::ReadableString ¶meters) { auto entries = RenX::banDatabase->getEntries();