aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 15:49:56 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 15:49:56 +0200
commit75deaa0c850d374f526102b0b38402b2632f9751 (patch)
tree255076e5c17f5671adc10b65dbbc0c64028b7171 /src/mainwindow.cpp
parent39ece81cd42ff1c700a39e2197dd28bf53ad43dd (diff)
downloadkristall-75deaa0c850d374f526102b0b38402b2632f9751.tar.gz
Adds some notes about MacOS in bug section, adds patch for more casserts!
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a2cb1ab..9171924 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2,7 +2,7 @@
#include "ui_mainwindow.h"
#include "browsertab.hpp"
#include "settingsdialog.hpp"
-
+#include <cassert>
#include <QMessageBox>
#include <memory>
#include <QShortcut>