latte-dock/liblattedock
0140454 2e6964ce69 Include necessary header file for std::abs
While compiling Latte-Dock, i got the following error:

/data/latte-dock/src/latte-dock-git/app/iconitem.cpp:393:46:   required from here
/data/latte-dock/src/latte-dock-git/app/../liblattedock/extras.h:69:20: error: call of overloaded ‘abs(double)’ is ambiguous
     return std::abs(x - y) < std::numeric_limits<T>::epsilon() *
     std::abs(x + y) * ulp

In order to solve this error, i have to include `cmath`.
..
CMakeLists.txt drop the dock part from plugin uri
dock.cpp Missing file licences
dock.h replace Double with Justify
extras.cpp utilities functions
extras.h Include necessary header file for std::abs
lattedockplugin.cpp Missing file licences
lattedockplugin.h Missing file licences
qmldir drop the dock part from plugin uri
windowsystem.cpp Missing file licences
windowsystem.h Missing file licences