Commit 72f896d6 authored by Victor Zverovich's avatar Victor Zverovich

Include cctype for isprint.

parent d6bf6d27
......@@ -30,6 +30,7 @@
#include <stdint.h>
#include <cassert>
#include <cctype>
#include <climits>
#include <cstring>
#include <algorithm>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment