ports/benchmarks/bonnie++/files/patch-duration.cpp
Ganael LAPLANCHE 765c4d803b benchmarks/bonnie++: Fix build on -CURRENT
While here, re-generate patches.
2023-07-10 12:31:18 +02:00

17 lines
298 B
C++

--- duration.cpp.orig 2016-06-30 09:41:58 UTC
+++ duration.cpp
@@ -1,5 +1,3 @@
-using namespace std;
-
#include <stdlib.h>
#include "duration.h"
@@ -19,6 +17,8 @@ using namespace std;
#include <algo.h>
#endif
#endif
+
+using namespace std;
Duration_Base::Duration_Base()
: m_start(0.0)