mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
add <string> back in for linux
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "guilds.h"
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class Database;
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
#include "string_util.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
void log_message(LogType type, const char *fmt, ...) {
|
||||
va_list args;
|
||||
|
||||
Reference in New Issue
Block a user