mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-21 08:18:59 +00:00
fixes #16. compilation error due to a forgotten include in QZXing.h
This commit is contained in:
parent
cbaef5e90f
commit
213c4d684b
@ -15,6 +15,10 @@
|
||||
|
||||
#include "QZXingImageProvider.h"
|
||||
|
||||
#ifdef QZXING_MULTIMEDIA
|
||||
#include "QZXingFilter.h"
|
||||
#endif//#ifdef QZXING_MULTIMEDIA
|
||||
|
||||
// forward declaration
|
||||
namespace zxing {
|
||||
class MultiFormatReader;
|
||||
|
Loading…
x
Reference in New Issue
Block a user