Include fixes

This commit is contained in:
SirLynix
2023-06-07 13:30:25 +02:00
parent 05996d11c2
commit 628a3a8375
11 changed files with 10 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ local systemHeaders = {
}
local function IsSystemHeader(header)
if systemHeaders[header] then
if systemHeaders[header:lower()] then
return true
end