Tags: Zwelf/ddnet
Tags
Merge pull request ddnet#2122 from def-/pr-hidapi-sdl2-rpath New try for hidapi SDL2 rpath
Merge pull request ddnet#2064 from heinrich5991/pr_ddnet_unbundlecurl… …_openssl Don't look for libcrypto if bundling libcurl
Add string.h include in file_score.cpp
src/game/server/score/file_score.cpp: In member function ‘CFileScore::CPlayerScore* CFileScore::SearchName(const char*, int*, bool)’:
src/game/server/score/file_score.cpp:169:9: error: ‘strcmp’ was not declared in this scope
169 | if (!strcmp(r.front().m_aName, pName))
| ^~~~~~
src/game/server/score/file_score.cpp:12:1: note: ‘strcmp’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
11 | #include <engine/shared/console.h>
+++ |+#include <cstring>
12 |¬
PreviousNext