mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #452 Post merge: Fixed includes - without those compilation did not work at my (KB) place
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b5bec3a15
commit
b2d38d24e6
@@ -11,6 +11,7 @@
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/identifier.h"
|
||||
#include <QStandardPaths>
|
||||
#include <QLockFile>
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackmisc/valuecache.h"
|
||||
#include <QUuid>
|
||||
#include <QTimer>
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <QObject>
|
||||
#include <QHash>
|
||||
#include <QVector>
|
||||
#include <QPointer>
|
||||
#include <type_traits>
|
||||
#include <functional>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user