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 {