Add missing include for assert

This commit is contained in:
Jonas Kvinge 2019-09-08 00:36:32 +02:00
parent b0c5348116
commit e13faff2d7
3 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <assert.h>
#include <sqlite3.h>
#include <boost/scope_exit.hpp>

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <string>
#include <assert.h>
#include <QtGlobal>
#include <QObject>

View File

@ -20,6 +20,8 @@
#include "config.h"
#include <assert.h>
#include <QThread>
#include <QVariant>
#include <QString>