diff options
Diffstat (limited to 'src/trustedhostcollection.cpp')
| -rw-r--r-- | src/trustedhostcollection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trustedhostcollection.cpp b/src/trustedhostcollection.cpp index ae8a929..57a45df 100644 --- a/src/trustedhostcollection.cpp +++ b/src/trustedhostcollection.cpp @@ -1,5 +1,7 @@ #include "trustedhostcollection.hpp" +#include <cassert> + TrustedHostCollection::TrustedHostCollection(QObject *parent) : QAbstractTableModel(parent) { |
