libclementine-common: Mac: Fix exec search path

workerpool.h utilizes the MAC-specific USE_BUNDLE option, but the file
didn't directly include the config header file. Cleanup change 341dc73
reordered some headers, so it was no longer included as a side-effect
either.
This commit is contained in:
Jim Broadus 2021-03-15 22:35:22 -07:00 committed by John Maguire
parent c974b8b6f2
commit af75ebbd6f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <QQueue>
#include <QThread>
#include "clementine-config.h"
#include "core/closure.h"
#include "core/logging.h"