diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 15:49:56 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 15:49:56 +0200 |
| commit | 75deaa0c850d374f526102b0b38402b2632f9751 (patch) | |
| tree | 255076e5c17f5671adc10b65dbbc0c64028b7171 /src/documentstyle.cpp | |
| parent | 39ece81cd42ff1c700a39e2197dd28bf53ad43dd (diff) | |
| download | kristall-75deaa0c850d374f526102b0b38402b2632f9751.tar.gz | |
Adds some notes about MacOS in bug section, adds patch for more casserts!
Diffstat (limited to 'src/documentstyle.cpp')
| -rw-r--r-- | src/documentstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp index 6a8e8bf..c7ec17b 100644 --- a/src/documentstyle.cpp +++ b/src/documentstyle.cpp @@ -1,5 +1,5 @@ #include "documentstyle.hpp" - +#include <cassert> #include <QDebug> #include <QString> #include <QStringList> |
