mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
add <string> back in for linux
This commit is contained in:
parent
e9b72e0f7d
commit
de32970d6f
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include "guilds.h"
|
#include "guilds.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class Database;
|
class Database;
|
||||||
|
|||||||
@ -21,6 +21,9 @@
|
|||||||
#include "string_util.h"
|
#include "string_util.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
void log_message(LogType type, const char *fmt, ...) {
|
void log_message(LogType type, const char *fmt, ...) {
|
||||||
va_list args;
|
va_list args;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user