Add cctype include for toupper

pull/931/head
Levin Li 2021-03-14 22:17:43 +08:00
parent 8540ed5d9f
commit 08037d78e8
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <cctype>
#include "stringutils.h"
using namespace std;