aboutsummaryrefslogtreecommitdiffstats
path: root/src/modulemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r--src/modulemanager.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp
index 8d99a5aef..c2c299907 100644
--- a/src/modulemanager.cpp
+++ b/src/modulemanager.cpp
@@ -23,11 +23,13 @@
*/
-#include "inspircd.h"
-#include "exitcodes.h"
#include <filesystem>
#include <iostream>
+#include "inspircd.h"
+#include "consolecolors.h"
+#include "exitcodes.h"
+
bool ModuleManager::Load(const std::string& modname, bool defer)
{
/* Don't allow people to specify paths for modules, it doesn't work as expected */