1
0
scáthán de https://github.com/quitesimpleorg/qsmaddy.git sioncronaithe 2025-01-30 18:55:32 +01:00

blockparser: Add missing includes to fix msvc builds

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Tá an tiomantas seo le fáil i:
Patrick José Pereira 2019-02-13 15:47:16 -02:00
tuismitheoir 8f0ec363fd
tiomantas 62c840bb77

Féach ar an gComhad

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