mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2025-02-12 15:05:24 +00:00
oops, use <string>, didnt realize this broke VC++ build
This commit is contained in:
parent
5b3f36bda0
commit
e5d60edcf9
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
#include "cbase.h"
|
||||
#include "ff_sh_player.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "tier0/valve_minmax_off.h"
|
||||
#include <string>
|
||||
#include "tier0/valve_minmax_on.h"
|
||||
|
||||
#define FF_COMMAND(cmd, desc) \
|
||||
void CliCmdFunc_##cmd(const CCommand &args) \
|
||||
|
|
Loading…
Reference in a new issue