Fixed build error with VS2015

This commit is contained in:
yhirose 2019-08-27 17:13:27 -04:00
parent 4d0b2b3591
commit 9ee03a9211

View File

@ -9,6 +9,7 @@
#define CPPPEGLIB_PEGLIB_H
#include <algorithm>
#include <cctype>
#include <cassert>
#include <cstring>
#include <functional>