Trying to compile code like this on the Zero: ``` int test = min(1,2); ``` results in "error: 'min' was not declared in this scope 'min' was not declared in this scope". Same problem for max(). Note: tested on 1.6.5 running on OS X.