Skip to content

Commit

Permalink
fixed: missing include in AirTunesServer
Browse files Browse the repository at this point in the history
  • Loading branch information
spiff committed Sep 29, 2011
1 parent b88c4a4 commit c7a8260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/network/AirTunesServer.cpp
Expand Up @@ -32,6 +32,8 @@
#include "cores/paplayer/BXAcodec.h"
#include "music/tags/MusicInfoTag.h"
#include "FileItem.h"
#include "utils/Variant.h"

using namespace XFILE;

DllLibShairport *CAirTunesServer::m_pLibShairport = NULL;
Expand Down

0 comments on commit c7a8260

Please sign in to comment.