diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-02 17:38:35 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-02 17:38:35 +0100 |
commit | 20ceb53ec1c1bc18face8e831292dfe81fed3817 (patch) | |
tree | a1107d98cf8699b28ef6034c09567f39c68b160b /whiteboard.cpp | |
parent | 0851f92abcb1e9d84c2748607ff8d548b582540c (diff) |
Separated out libreichwein (file.cpp)
Diffstat (limited to 'whiteboard.cpp')
-rw-r--r-- | whiteboard.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteboard.cpp b/whiteboard.cpp index 48125a8..3abccad 100644 --- a/whiteboard.cpp +++ b/whiteboard.cpp @@ -26,8 +26,9 @@ #include <ImageMagick-6/Magick++.h> +#include "libreichwein/file.h" + #include "config.h" -#include "file.h" #include "qrcode.h" #include "storage.h" |