Index: src/gui/qgsmaplayerset.cpp =================================================================== --- src/gui/qgsmaplayerset.cpp (revision 5623) +++ src/gui/qgsmaplayerset.cpp (working copy) @@ -18,8 +18,8 @@ #include "qgsmaplayerset.h" #include "qgsmaplayerregistry.h" #include "qgsproject.h" +#include - void QgsMapLayerSet::setLayerSet(const std::deque& layers) { mLayerSet = layers; @@ -60,7 +60,7 @@ try { if ( ! lyr->coordinateTransform() ) - throw QgsCsException( string("NO COORDINATE TRANSFORM FOUND FOR LAYER") ); + throw QgsCsException( std::string("NO COORDINATE TRANSFORM FOUND FOR LAYER") ); mFullExtent.unionRect(lyr->coordinateTransform()->transformBoundingBox(lyr->extent())); }