Skip to content

Commit

Permalink
Content: fix iOS build regression from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Jul 22, 2024
1 parent d0c8f22 commit d979b76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/Content.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
#include "HRI.h"
#include "TextDecoder.h"
#include "Utf.h"
#include "Version.h"
#include "ZXAlgorithms.h"

#if !defined(ZXING_READERS) && !defined(ZXING_WRITERS)
#include "Version.h"
#endif

#include <cctype>

namespace ZXing {
Expand Down

0 comments on commit d979b76

Please sign in to comment.