Fixed compilation errs on Gentoo Linux on behalf of CDim; see issue #632
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include <batchqueueentry.h>
|
||||
#include <thumbbrowserbase.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
BatchQueueEntry::BatchQueueEntry (rtengine::ProcessingJob* pjob, const rtengine::procparams::ProcParams& pparams, Glib::ustring fname, guint8* previmg, int prevw, int prevh, Thumbnail* thumbnail)
|
||||
: ThumbBrowserEntryBase(fname),
|
||||
opreview(previmg), origpw(prevw), origph(prevh), thumbnail(thumbnail),
|
||||
|
Reference in New Issue
Block a user