mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-01 13:46:00 +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"
|
#include "QZXingImageProvider.h"
|
||||||
|
|
||||||
|
#ifdef QZXING_MULTIMEDIA
|
||||||
|
#include "QZXingFilter.h"
|
||||||
|
#endif//#ifdef QZXING_MULTIMEDIA
|
||||||
|
|
||||||
// forward declaration
|
// forward declaration
|
||||||
namespace zxing {
|
namespace zxing {
|
||||||
class MultiFormatReader;
|
class MultiFormatReader;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user