Fixed include

This commit is contained in:
xarkes 2019-07-18 19:11:42 +02:00 committed by Itay Cohen
parent 9e9ad353c6
commit c3ce953134

View File

@ -2,6 +2,7 @@
#include "ui_ListDockWidget.h"
#include "core/MainWindow.h"
#include "common/Helpers.h"
#include <QShortcut>
MemoryMapModel::MemoryMapModel(QList<MemoryMapDescription> *memoryMaps, QObject *parent)
: AddressableItemModel<QAbstractListModel>(parent),