OSGHUD: fix compilation error on VS2017 + Win10 (by Haruna)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8992 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8f4a9bc90eab4cd235ce8911a6593bb093e4e610
Former-commit-id: c018105bf4d7d2d9606c9b2cf163e5f71318d45b
This commit is contained in:
madbad 2023-06-10 20:40:07 +00:00
parent 4842e8e84f
commit c634010b21

View file

@ -46,6 +46,10 @@ extern TGFCLIENT_API ForceFeedbackManager forceFeedback;
#include <sstream>
#include <iomanip> //setprecision
#include <algorithm> //tolower
#include <string> //tolower
#include <cctype> //tolower
//string constants for dashboard
static std::string strEmpty;
static std::string strBrakeRep("F/R Brake Rep.");