Merge pull request #17 from patrickelectric/windows

blockparser: Add missing includes to fix msvc builds
This commit is contained in:
Petra Baranski 2019-02-19 01:27:59 +01:00 committed by GitHub
commit ab567fc2f1
Nem található kulcs ehhez az aláíráshoz az adatbázisban
GPG kulcs azonosító: 4AEE18F83AFDEB23
1 fájl változott, egészen pontosan 3 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@ -9,6 +9,9 @@
#include <functional>
#include <sstream>
#include <string>
// windows compatibility includes
#include <cctype>
#include <algorithm>
// -----------------------------------------------------------------------------