blob: 59753d937b432689e0441de7daf356bbebaeaeb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- rand.h.orig 2003-01-08 19:52:53 UTC
+++ rand.h
@@ -1,11 +1,11 @@
#ifndef RAND_H
#define RAND_H
-using namespace std;
#include "port.h"
#include <stdio.h>
#include <stdlib.h>
#include <string>
+using namespace std;
class Rand
{
|