projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c579d3
)
Fixed compile error by adding missing include (from tuxdev's instructions)
author
Arvid Norlander
<anmaster@berlios.de>
Fri, 2 Mar 2007 17:00:25 +0000
(17:00 +0000)
committer
Arvid Norlander
<anmaster@berlios.de>
Fri, 2 Mar 2007 17:00:25 +0000
(17:00 +0000)
SVN-Revision: 4904
src/random_generator.cpp
patch
|
blob
|
history
diff --git
a/src/random_generator.cpp
b/src/random_generator.cpp
index
1cfeecf
..
dbf23c9
100644
(file)
--- a/
src/random_generator.cpp
+++ b/
src/random_generator.cpp
@@
-38,6
+38,7
@@
#include <stdexcept>
#include <ctime>
+#include <cassert>
#include "random_generator.hpp"
RandomGenerator systemRandom; // global random number generator