diff --git a/src/plugins/coreplugin/coreimpl.cpp b/src/plugins/coreplugin/coreimpl.cpp index b6ce5590f30..a97bb0a2f72 100644 --- a/src/plugins/coreplugin/coreimpl.cpp +++ b/src/plugins/coreplugin/coreimpl.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include @@ -185,7 +186,7 @@ QString CoreImpl::userResourcePath() const if (!fi.exists()) { QDir dir; if (!dir.mkpath(urp)) - qWarning() << "could not create" << url; + qWarning() << "could not create" << urp; } return urp;