include cctype, fixes Windows builds

This commit is contained in:
Sinisa Veseli
2023-06-28 16:43:22 -05:00
committed by Andrew Johnson
parent 2f53d13021
commit d374669f04

View File

@ -3,6 +3,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <cctype>
#include <string> #include <string>
#include <algorithm> #include <algorithm>
#include <pv/lock.h> #include <pv/lock.h>