diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-03 18:21:40 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-03 18:21:40 +0100 |
commit | 9dcb9d553941244da99ad6ceba281f430adb04c6 (patch) | |
tree | 5bc6ffdaf78e5de6de54db343ed992b58144d3b1 /qrcode.cpp | |
parent | 70131428edce8d7c6476a902d015b30b78e5f862 (diff) |
whiteboard 1.2: Fixed build on Debian 11v1.2
Diffstat (limited to 'qrcode.cpp')
-rw-r--r-- | qrcode.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ #include <fmt/format.h> -#include <qrcodegen/qrcodegen.hpp> +#include <qrcodegen/QrCode.hpp> + #include <ImageMagick-6/Magick++.h> using namespace qrcodegen; |