aboutsummaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/player.h b/player.h
index f0cb0b9..c1fbc78 100644
--- a/player.h
+++ b/player.h
@@ -1,5 +1,5 @@
/*
- AleePlayer: Music player in Qt
+ Alee Audio Player: Audio player in Qt
Copyright (C) 2020 Alee Productions
This program is free software: you can redistribute it and/or modify
@@ -23,6 +23,7 @@
#include <QDebug>
#include <QFileDialog>
#include <QMessageBox>
+#include <taglib/fileref.h>
QT_BEGIN_NAMESPACE
namespace Ui { class Player; }