From d43643463a40c532175dcc26266edde3bca589dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkjak@fjfi.cvut.cz>
Date: Sat, 19 Mar 2016 16:09:11 +0100
Subject: [PATCH] Added missing header file to
 tnl-benchmark-simple-heat-equation.h

---
 tests/benchmarks/tnl-benchmark-simple-heat-equation.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/benchmarks/tnl-benchmark-simple-heat-equation.h b/tests/benchmarks/tnl-benchmark-simple-heat-equation.h
index f11900675b..b30210815a 100644
--- a/tests/benchmarks/tnl-benchmark-simple-heat-equation.h
+++ b/tests/benchmarks/tnl-benchmark-simple-heat-equation.h
@@ -23,6 +23,7 @@
 #include <config/tnlConfigDescription.h>
 #include <config/tnlParameterContainer.h>
 #include <core/tnlTimer.h>
+#include <core/tnlTimerRT.h>
 #include <core/tnlCuda.h>
 
 using namespace std;
-- 
GitLab