Missing headers

Found by Jean-Marc
This commit is contained in:
Guillaume Munch 2016-06-09 16:09:14 +01:00
parent 725c66d20c
commit 973618e1c1
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include "support/lassert.h"
#include "support/debug.h"
#include <algorithm>
#include <QPixmapCache>
#include <QTextLayout>

View File

@ -24,6 +24,8 @@
#include "support/convert.h"
#include "support/debug.h"
#include <algorithm>
#include <QCheckBox>
#include <QDebug>
#include <QSettings>