mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
qt: added assert.h - it is needed for ci circumstances
This commit is contained in:
parent
1921bce4c7
commit
83b10fba62
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "DelayedSaveManagerImpl.h"
|
#include "DelayedSaveManagerImpl.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
DelayedSaveManagerImpl::DelayedSaveManagerImpl() :
|
DelayedSaveManagerImpl::DelayedSaveManagerImpl() :
|
||||||
widgetToFocus(nullptr),
|
widgetToFocus(nullptr),
|
||||||
saver(nullptr),
|
saver(nullptr),
|
||||||
|
|
Loading…
Add table
Reference in a new issue