1
0
είδωλο του https://github.com/quitesimpleorg/qsmaddy.git synced 2024-12-22 19:29:49 +01:00

Merge pull request #17 from patrickelectric/windows

blockparser: Add missing includes to fix msvc builds
Αυτή η υποβολή περιλαμβάνεται σε:
Petra Baranski 2019-02-19 01:27:59 +01:00 υποβλήθηκε από GitHub
γονέας 8f0ec363fd 62c840bb77
υποβολή ab567fc2f1
Δεν βρέθηκε γνωστό κλειδί για αυτήν την υπογραφή στη βάση δεδομένων
ID Κλειδιού GPG: 4AEE18F83AFDEB23

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