--- rand.h.orig 2016-06-30 09:38:55 UTC +++ rand.h @@ -1,11 +1,11 @@ #ifndef RAND_H #define RAND_H -using namespace std; #include "port.h" #include #include #include +using namespace std; class Rand {