sprite.setOrigin(sf::Vector2f(sprite.getLocalBounds().width, sprite.getLocalBounds().height) / 2.f); // rotate around the sprite's centre
sprite.rotate(10); // rotate 10 degrees from its current rotation
sprite.setRotation(sprite.getRotation() + 10); // also rotates 10 degrees from its current rotation