1
0
鏡像自 https://github.com/quitesimpleorg/qsmaddy.git synced 2025-04-21 03:23:21 +02:00

Merge pull request 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 提交者 GitHub
當前提交 ab567fc2f1
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23

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