summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_geo_maxmind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/extra/m_geo_maxmind.cpp')
-rw-r--r--src/modules/extra/m_geo_maxmind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp
index f249ecf91..e57908a77 100644
--- a/src/modules/extra/m_geo_maxmind.cpp
+++ b/src/modules/extra/m_geo_maxmind.cpp
@@ -27,9 +27,9 @@
# pragma comment(lib, "libmaxminddb.lib")
#endif
-#include <maxminddb.h>
#include "inspircd.h"
#include "modules/geolocation.h"
+#include <maxminddb.h>
class GeolocationExtItem : public LocalExtItem
{