Skip to content

Commit

Permalink
Fix build when the ENABLE_AUDIOCD option is enabled
Browse files Browse the repository at this point in the history
Fixes #1610
  • Loading branch information
BSDKaffee authored Nov 25, 2024
1 parent 2548b46 commit 05fcc03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/device/cddadevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@

#include "config.h"

#include <cdio/cdio.h>
#include <gst/audio/gstaudiocdsrc.h>

#include <QObject>
#include <QString>
#include <QStringList>
#include <QUrl>

// These must come after Qt includes
#include <cdio/cdio.h>
#include <gst/audio/gstaudiocdsrc.h>

#include "includes/shared_ptr.h"
#include "core/song.h"
#include "core/musicstorage.h"
Expand Down

0 comments on commit 05fcc03

Please sign in to comment.