From c634010b218faceb64ed03fb8f118e390ce2821a Mon Sep 17 00:00:00 2001 From: madbad Date: Sat, 10 Jun 2023 20:40:07 +0000 Subject: [PATCH] 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 --- src/modules/graphic/osggraph/Viewer/OsgHUD.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/graphic/osggraph/Viewer/OsgHUD.cpp b/src/modules/graphic/osggraph/Viewer/OsgHUD.cpp index 654b634d0..8bf991d38 100644 --- a/src/modules/graphic/osggraph/Viewer/OsgHUD.cpp +++ b/src/modules/graphic/osggraph/Viewer/OsgHUD.cpp @@ -46,6 +46,10 @@ extern TGFCLIENT_API ForceFeedbackManager forceFeedback; #include #include //setprecision +#include //tolower +#include //tolower +#include //tolower + //string constants for dashboard static std::string strEmpty; static std::string strBrakeRep("F/R Brake Rep.");