Files

16 lines
224 B
Diff
Raw Permalink Normal View History

2023-05-08 01:07:21 +02:00
--- 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;