mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
224 B
Diff
16 lines
224 B
Diff
--- src/timer.cpp
|
|
+++ src/timer.cpp
|
|
@@ -1,10 +1,11 @@
|
|
#include "timer.h"
|
|
-#include "log.h"
|
|
|
|
#include "iostream"
|
|
#include <time.h>
|
|
#include <assert.h>
|
|
|
|
+#include "log.h"
|
|
+
|
|
using namespace std;
|
|
|
|
Timer* Timer::timers;
|