From 31f423a0ffc4fafda71da7b006c4f68cc90decff Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 7 Jan 2012 22:58:19 +0000 Subject: [PATCH] Fix a compilation error --- src/core/song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/song.h b/src/core/song.h index b23c880bb..efcf2a7e6 100644 --- a/src/core/song.h +++ b/src/core/song.h @@ -25,8 +25,8 @@ #include #include "config.h" +#include "tagreadermessages.pb.h" #include "engines/engine_fwd.h" -#include "tagreader/common/tagreadermessages.pb.h" class QSqlQuery; class QUrl;