Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Aug 30, 2020
1 parent a68ff80 commit 69291df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spotify/clienthandler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

#include "src/settings.hpp"

#include <QDateTime>
#include <QDebug>
#include <QFileInfo>
#include <QInputDialog>
#include <QList>
#include <QProcess>
#include <QStringList>
#include <QList>

namespace spt
{
Expand Down

0 comments on commit 69291df

Please sign in to comment.