From e5cf4ea9f16156ca2661943aecd1ad19c504a24b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radovan=20=C4=8Cerven=C3=BD?= <radovan.cerveny@gmail.com>
Date: Thu, 11 Feb 2016 16:30:51 +0100
Subject: [PATCH] fixed missing header

---
 alib2measure/src/allocator/StealthAllocator.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alib2measure/src/allocator/StealthAllocator.hpp b/alib2measure/src/allocator/StealthAllocator.hpp
index c44d6f9f06..8d570058ae 100644
--- a/alib2measure/src/allocator/StealthAllocator.hpp
+++ b/alib2measure/src/allocator/StealthAllocator.hpp
@@ -6,6 +6,7 @@
 #define STEALTH_ALLOCATOR_HPP_
 
 #include <memory>
+#include "../measurements/MeasurementNew.hpp"
 
 namespace measurements {
 
-- 
GitLab