include cctype to fix build error

develop
Myk 2022-11-08 09:53:08 -08:00 committed by GitHub
parent 3a713c6368
commit 193d29ba67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -27,6 +27,7 @@ distribution.
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <cctype>
#include <climits>
#include <stdint.h>
#include <vector>