Include fixes
This commit is contained in:
@@ -49,7 +49,7 @@ local systemHeaders = {
|
||||
}
|
||||
|
||||
local function IsSystemHeader(header)
|
||||
if systemHeaders[header] then
|
||||
if systemHeaders[header:lower()] then
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user