Code review comment for lp:~diegosarmentero/clickmanager-plugin/sign-url

Revision history for this message
dobey (dobey) wrote :

+#include <ubuntuoneauth-2.0/ssoservice.h>

This is wrong. You should only include <ssoservice> as the ubuntuoneauth-2.0 should come from the INCLUDES paths passed to the compiler (as -I/usr/include/ubuntuoneauth-2.0/ for example).

review: Needs Fixing

« Back to merge proposal