diff --git a/amxmodx/binlog.cpp b/amxmodx/binlog.cpp index 2ebc7f49..ba826e8f 100644 --- a/amxmodx/binlog.cpp +++ b/amxmodx/binlog.cpp @@ -1,9 +1,9 @@ +#if defined BINLOG_ENABLED + #include #include "amxmodx.h" #include "binlog.h" -#if defined BINLOG_ENABLED - BinLog g_BinLog; int g_binlog_level = 0; int g_binlog_maxsize = 0;