summaryrefslogtreecommitdiffhomepage
path: root/qrcode.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-03 18:21:40 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-03 18:21:40 +0100
commit9dcb9d553941244da99ad6ceba281f430adb04c6 (patch)
tree5bc6ffdaf78e5de6de54db343ed992b58144d3b1 /qrcode.cpp
parent70131428edce8d7c6476a902d015b30b78e5f862 (diff)
whiteboard 1.2: Fixed build on Debian 11v1.2
Diffstat (limited to 'qrcode.cpp')
-rw-r--r--qrcode.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qrcode.cpp b/qrcode.cpp
index cd5fab8..5e45afc 100644
--- a/qrcode.cpp
+++ b/qrcode.cpp
@@ -2,7 +2,8 @@
#include <fmt/format.h>
-#include <qrcodegen/qrcodegen.hpp>
+#include <qrcodegen/QrCode.hpp>
+
#include <ImageMagick-6/Magick++.h>
using namespace qrcodegen;