diff options
Diffstat (limited to 'src/utils/minmax.h')
-rw-r--r-- | src/utils/minmax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/minmax.h b/src/utils/minmax.h index ea6ad9e0..427c5da7 100644 --- a/src/utils/minmax.h +++ b/src/utils/minmax.h @@ -21,6 +21,8 @@ * $Id$ */ +#include <cstdlib> + /** * Returns a random numeric value that is larger than or equal min and smaller * than max |