# | Line 46 | Line 46 | |
---|---|---|
46 | #endif | |
47 | ||
48 | #include <fstream> | |
49 | + | #include <iostream> |
50 | + | #include <locale> |
51 | #include "utils/simError.h" | |
52 | #include "utils/CaseConversion.hpp" | |
53 | #include "brains/Register.hpp" | |
# | Line 74 | Line 76 | int main(int argc,char* argv[]){ | |
76 | #endif | |
77 | ||
78 | initSimError(); // the error handler | |
79 | < | srand48( 1337 ); // the random number generator. |
79 | > | //srand48( 1337 ); // the random number generator. |
80 | ||
81 | std::string svnrev; | |
82 | //convert a macro from compiler to a string in c++ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |