1
0
scáthán de https://github.com/quitesimpleorg/qsmaddy.git sioncronaithe 2025-01-22 07:21:26 +01:00

Merge pull request #17 from patrickelectric/windows

blockparser: Add missing includes to fix msvc builds
Tá an tiomantas seo le fáil i:
Petra Baranski 2019-02-19 01:27:59 +01:00 tiomanta ag GitHub
tuismitheoir 8f0ec363fd 62c840bb77
tiomantas ab567fc2f1
Níor aimsíodh aon eochair aithne don síniú seo sa bhunachar
GPG Eochair ID: 4AEE18F83AFDEB23

Féach ar an gComhad

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