From d922b312579b9606923518c8118df19e9639a6ab Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 22 Oct 2019 14:58:20 +0200 Subject: [PATCH] adding missing lib for linux --- CMakeLists.txt | 2 +- src/cpp/JSONInterface/JsonGetLogin.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e110a1e43..142fc29aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,5 +102,5 @@ if(WIN32) TARGET_LINK_LIBRARIES(Gradido_LoginServer optimized ${MYSQL_LIBRARIES} Shlwapi) TARGET_LINK_LIBRARIES(Gradido_LoginServer debug ${COMPILED_MARIADB_CLIENT_DEBUG} Shlwapi) else(WIN32) -target_link_libraries(Gradido_LoginServer libmariadb PocoNet PocoUtil PocoFoundation PocoData PocoNetSSL -lpthread) +target_link_libraries(Gradido_LoginServer libmariadb PocoNet PocoUtil PocoJSON PocoFoundation PocoData PocoNetSSL -lpthread) endif(WIN32) \ No newline at end of file diff --git a/src/cpp/JSONInterface/JsonGetLogin.h b/src/cpp/JSONInterface/JsonGetLogin.h index 56e1cc1a7..e80435e25 100644 --- a/src/cpp/JSONInterface/JsonGetLogin.h +++ b/src/cpp/JSONInterface/JsonGetLogin.h @@ -2,7 +2,6 @@ #define __JSON_INTERFACE_JSON_GET_LOGIN_ #include "JsonRequestHandler.h" -#include "Poco/Dynamic/Var.h" class JsonGetLogin : public JsonRequestHandler {