We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0354abe commit afa30f0Copy full SHA for afa30f0
1 file changed
src/utils/utils.h
@@ -21,6 +21,7 @@
21
22
#include "playerslot.h"
23
#include "utlvector.h"
24
+#include <string>
25
26
class CServerSideClient;
27
@@ -31,4 +32,4 @@ CUtlVector<CServerSideClient*>* GetClientList();
31
32
CServerSideClient* GetClientBySlot(CPlayerSlot slot);
33
34
uint32 GetSoundEventHash(const char* pszSoundEventName);
-std::string StringToLower(std::string strValue);
35
+std::string StringToLower(std::string strValue);
0 commit comments