Update fmt lib with submodule

This commit is contained in:
KimLS
2019-03-10 00:10:47 -08:00
parent ee1fcdf5fa
commit 777f182282
27 changed files with 66 additions and 25 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdlib.h>
#include "../common/eqemu_logsys.h"
#include "../common/eqemu_logsys_fmt.h"
extern LoginServer server;
extern bool run_server;
@@ -265,4 +266,4 @@ void ServerManager::DestroyServerByName(std::string l_name, std::string s_name,
++iter;
}
}
}