From 5fbb8deb02fde5b1c1c19f0fca34128a4055ed0a Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Sat, 21 Sep 2013 20:34:19 +0200 Subject: [PATCH] Fixed bug in blackcore: - vatlib.h path has changed - externals.pri missing --- src/blackcore/blackcore.pro | 2 ++ src/blackcore/network_vatlib.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blackcore/blackcore.pro b/src/blackcore/blackcore.pro index bd22f107c..a880791cb 100644 --- a/src/blackcore/blackcore.pro +++ b/src/blackcore/blackcore.pro @@ -1,3 +1,5 @@ +include (../../externals.pri) + # GUI is required for the matrix classes QT += network dbus diff --git a/src/blackcore/network_vatlib.h b/src/blackcore/network_vatlib.h index 1f186c7e1..e1f5325af 100644 --- a/src/blackcore/network_vatlib.h +++ b/src/blackcore/network_vatlib.h @@ -11,7 +11,7 @@ #define BLACKCORE_NETWORK_VATLIB_H #include "network.h" -#include "../../vatlib/vatlib.h" +#include #include #include #include