diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-22 08:51:16 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-22 08:51:16 +0000 |
commit | 720f758a8c6bece45e0d2d42e48bed67167f26c6 (patch) | |
tree | d04c4d157f19c3afe8a45d8f39be54aee43c8608 /src/utils | |
parent | 491b9ec1230dd010466d698aba903fed5bcedee2 (diff) | |
download | mana-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.gz mana-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.bz2 mana-720f758a8c6bece45e0d2d42e48bed67167f26c6.tar.xz mana-720f758a8c6bece45e0d2d42e48bed67167f26c6.zip |
Cleaned a bit.
Diffstat (limited to 'src/utils')
-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 |