From c9a2058361647d81b8303fc6892f8fb28a4288c5 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 17 Jun 2012 18:05:13 +0300 Subject: Hopefully fix includes on mingw --- src/util/timetaker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/timetaker.cpp') diff --git a/src/util/timetaker.cpp b/src/util/timetaker.cpp index 9cc87f3ea..52c618931 100644 --- a/src/util/timetaker.cpp +++ b/src/util/timetaker.cpp @@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "timetaker.h" -#include "gettime.h" -#include "log.h" +#include "../gettime.h" +#include "../log.h" #include TimeTaker::TimeTaker(const char *name, u32 *result) -- cgit v1.2.3