diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 21:24:23 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 21:24:23 +0200 |
| commit | 0c57280c4eec7ddce569f89cb35de917d8b4d08e (patch) | |
| tree | 628ee84e0ab6b6e1fb0a7677c1bce8ad1aa374ea /src/documentstyle.cpp | |
| parent | 13f8e8ee5f4bd59281b52a961bed7c73f2e297f2 (diff) | |
| parent | 6e4d663cdaec2496cf9d3345096d556bbd0b811b (diff) | |
| download | kristall-0c57280c4eec7ddce569f89cb35de917d8b4d08e.tar.gz | |
Merge branch 'master' of github.com:MasterQ32/kristall
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) |
