mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 06:45:45 -04:00
Common/StringUtil: Add missing include
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "string_util.h"
|
||||
#include <cstdio>
|
||||
#include <cctype>
|
||||
|
||||
namespace StringUtil {
|
||||
|
||||
@ -141,4 +142,4 @@ std::size_t Strlcpy(char* dst, const char* src, std::size_t size)
|
||||
return len;
|
||||
}
|
||||
|
||||
} // namespace StringUtil
|
||||
} // namespace StringUtil
|
||||
|
Reference in New Issue
Block a user