mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- Fix several compilation warnings PR: ports/188678 Submitted by: Matthew Rezny <matthew@reztek.cz>
15 lines
296 B
C++
15 lines
296 B
C++
--- rand.h.orig 2009-08-21 18:45:50.068536643 +0000
|
|
+++ rand.h 2009-08-21 18:45:58.564755017 +0000
|
|
@@ -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
|
|
{
|