1
0
зеркало из https://github.com/quitesimpleorg/qsmaddy.git synced 2025-08-07 14:29:43 +02: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

Просмотреть файл

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