mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
|
||||
#include "table/control_codes.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define strncasecmp strnicmp
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user