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