Skip to content

Commit

Permalink
Merge pull request #5 from ernstki/fix-issue-4
Browse files Browse the repository at this point in the history
Add missing #include to example/main.cpp
  • Loading branch information
DamirPorobic authored Dec 11, 2023
2 parents 9775ab8 + 9236222 commit be5d9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <QPainter>
#include <QLabel>
#include <QVBoxLayout>
#include <QDebug>

#include "IPluginOcrOther.h"

Expand Down

0 comments on commit be5d9ed

Please sign in to comment.