Skip to content

Commit be5d9ed

Browse files
authored
Merge pull request #5 from ernstki/fix-issue-4
Add missing #include to example/main.cpp
2 parents 9775ab8 + 9236222 commit be5d9ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: example/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <QPainter>
2525
#include <QLabel>
2626
#include <QVBoxLayout>
27+
#include <QDebug>
2728

2829
#include "IPluginOcrOther.h"
2930

0 commit comments

Comments
 (0)