Skip to content

Commit 844082d

Browse files
authored
freebsd: missing header file (#2678)
1 parent 616ff17 commit 844082d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/metadata.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#include <QDebug>
44
#include <QSaveFile>
55
#include <QFile>
6+
#ifdef Q_OS_FREEBSD
7+
#include <sstream>
8+
#endif
69

710
std::optional< Metadata::result > Metadata::load( std::string_view filepath )
811
{

0 commit comments

Comments
 (0)