From 4f41616453fdfa5aa2bc9da2825a17f72931e7c6 Mon Sep 17 00:00:00 2001
From: Ulrich Kemloh <kemlohulrich@gmail.com>
Date: Wed, 29 Oct 2014 14:57:05 +0100
Subject: [PATCH] fixed compilation error on linux

---
 src/ThreadVisualisation.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ThreadVisualisation.h b/src/ThreadVisualisation.h
index d36f42f..7abc791 100644
--- a/src/ThreadVisualisation.h
+++ b/src/ThreadVisualisation.h
@@ -45,6 +45,7 @@
 // forwarded classes
 class QThread;
 class QObject;
+class QColor;
 
 class vtkRenderer;
 class vtkAssembly;
-- 
GitLab