'min' was not declared in this scope

I’m trying to use the min() / max() functions on a SAM processor (Arduino Due), but they aren’t defined. What do I have to include to get these functions?

#include "Arduino.h"