Fix compile error in test when lastfm disabled.

Fixes issue #1617
This commit is contained in:
John Maguire 2011-03-25 15:48:54 +00:00
parent d86dce4b96
commit 4fda021d16
1 changed files with 2 additions and 0 deletions

View File

@ -18,8 +18,10 @@
#include "config.h"
#include "core/encoding.h"
#include "core/song.h"
#ifdef HAVE_LIBLASTFM
#include "radio/fixlastfm.h"
#include <lastfm/Track>
#endif
#include "gmock/gmock.h"
#include "gtest/gtest.h"