From 989034bd41ac3b368e708f7845721870ec4ab307 Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Sat, 11 Jul 2015 13:33:30 +0200 Subject: [PATCH] Attempt to fix mac build --- amxmodx/CGameConfigs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/CGameConfigs.cpp b/amxmodx/CGameConfigs.cpp index 8678d5c6..17e75f4a 100644 --- a/amxmodx/CGameConfigs.cpp +++ b/amxmodx/CGameConfigs.cpp @@ -8,8 +8,8 @@ // https://alliedmods.net/amxmodx-license #include "CGameConfigs.h" -#include #include +#include CGameConfigManager ConfigManager; static CGameMasterReader MasterReader;