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/browsertab.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/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 3c36ff2..26f1ab2 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -4,7 +4,7 @@ #include "geminirenderer.hpp" #include "settingsdialog.hpp" #include "gophermaprenderer.hpp" - +#include <cassert> #include <QTabWidget> #include <QMenu> #include <QMessageBox> |
