aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/bonnie++/files/patch-rand.h
blob: 70721dbb2e6413e1cd1fa2d25b8edb3ea4e03534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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 <string>
 #include <stdio.h>
 #include <stdlib.h>
+using namespace std;
 
 class Rand
 {