refs #452 Post merge: Fixed includes - without those compilation did not work at my (KB) place

This commit is contained in:
Klaus Basan
2015-09-26 00:24:52 +02:00
committed by Mathew Sutcliffe
parent 8b5bec3a15
commit b2d38d24e6
7 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#include "blackmisc/logmessage.h"
#include "blackmisc/identifier.h"
#include <QStandardPaths>
#include <QLockFile>
using namespace BlackMisc;

View File

@@ -14,6 +14,8 @@
#include "blackcore/blackcoreexport.h"
#include "blackmisc/valuecache.h"
#include <QUuid>
#include <QTimer>
namespace BlackCore
{

View File

@@ -14,6 +14,7 @@
#include <QObject>
#include <QHash>
#include <QVector>
#include <QPointer>
#include <type_traits>
#include <functional>