sorting a vector

I have a vector defined so:
vector<float>difflist;

How can i sort the float numbers pushed in this vector from smallest to the greates?

which library should be included? how to sort and how to call 3 smallest of them??
Topic archived. No new replies allowed.