Add #include for std::tolower. Fixes VS2017 build error. (#5544)

This commit is contained in:
Scott McKay 2020-10-20 18:00:57 +10:00 committed by GitHub
parent 67968441e0
commit 682898ae2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
#pragma once
#include <cctype>
#include <unordered_map>
#include <core/common/status.h>