Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
Without them we had incomplete types.
  • Loading branch information
omircon committed Nov 20, 2024
1 parent 4989141 commit 085d3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include <QTextStream>
#include <QTemporaryFile>
#include <QtEndian>
#include <QDir>
#include <QDirIterator>

/**
* From QDlt.
Expand Down

0 comments on commit 085d3c0

Please sign in to comment.