1
0
scáthán de https://github.com/quitesimpleorg/qsmaddy.git sioncronaithe 2025-08-07 14:29:43 +02: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

Féach ar an gComhad

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