mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
NOISSUE fix build problem with missing <functional> include
This commit is contained in:
parent
67cef79d81
commit
9b7f82ff26
1 changed files with 5 additions and 4 deletions
|
|
@ -1,14 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <modplatform/ftb/PackHelpers.h>
|
||||
#include <RWStorage.h>
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <QSortFilterProxyModel>
|
||||
#include <modplatform/ftb/PackHelpers.h>
|
||||
#include <QThreadPool>
|
||||
|
||||
#include <RWStorage.h>
|
||||
|
||||
#include <QIcon>
|
||||
|
||||
#include <functional>
|
||||
|
||||
typedef QMap<QString, QIcon> FtbLogoMap;
|
||||
typedef std::function<void(QString)> LogoCallback;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue