diff options
| author | Felix Queißner <felix@ib-queissner.de> | 2020-06-11 21:22:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 21:22:14 +0200 |
| commit | 6e4d663cdaec2496cf9d3345096d556bbd0b811b (patch) | |
| tree | e4eb47f062e12573a7730f3b17d2e95d4a013c15 /src/documentstyle.cpp | |
| parent | 04c24245d5779e1d4be4b28d0e208297f2889066 (diff) | |
| parent | e6d08bad34c4408436599477c3ba79aacc6fad0c (diff) | |
| download | kristall-6e4d663cdaec2496cf9d3345096d556bbd0b811b.tar.gz | |
Merge pull request #6 from alexnask/master
Windows (MSVC) build fixes
Diffstat (limited to 'src/documentstyle.cpp')
| -rw-r--r-- | src/documentstyle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp index 50a4168..e8a4751 100644 --- a/src/documentstyle.cpp +++ b/src/documentstyle.cpp @@ -7,6 +7,7 @@ #include <QCryptographicHash> #include <QDebug> +#include <array> #include <cmath> static QString encodeCssFont (const QFont& refFont) |
