From b5a7037e4f7c9cf7dcdfe68cde02662262f08d5d Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Sat, 9 Jan 2016 10:50:29 +0100 Subject: [PATCH] Fix a shadowed indirect header dependency in the batch queue to close #3074. --- rtgui/batchqueue.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/batchqueue.cc b/rtgui/batchqueue.cc index 53a0629fd..814f32db0 100644 --- a/rtgui/batchqueue.cc +++ b/rtgui/batchqueue.cc @@ -21,6 +21,7 @@ #include #include "../rtengine/rt_math.h" +#include #include #include #include