add <string> back in for linux

This commit is contained in:
Akkadius
2014-12-15 22:16:30 -06:00
parent e9b72e0f7d
commit de32970d6f
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "guilds.h"
#include <map>
#include <string>
#include <vector>
class Database;
+3
View File
@@ -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;