Fix a shadowed indirect header dependency in the batch queue to close #3074.

This commit is contained in:
Adam Reichold
2016-01-09 10:50:29 +01:00
parent cc26643164
commit b5a7037e4f

View File

@@ -21,6 +21,7 @@
#include <cstring>
#include "../rtengine/rt_math.h"
#include <fstream>
#include <functional>
#include <iomanip>
#include <sstream>