From 86502b10baae2ccf9ad041329cbd574bfadf1a5f Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 15 Apr 2014 19:47:54 +0100 Subject: [PATCH] Add missing includes --- src/libtomahawk/database/DatabaseCommand_CreatePlaylist.h | 2 ++ src/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/libtomahawk/database/DatabaseCommand_CreatePlaylist.h b/src/libtomahawk/database/DatabaseCommand_CreatePlaylist.h index dd2345bba..300f239fb 100644 --- a/src/libtomahawk/database/DatabaseCommand_CreatePlaylist.h +++ b/src/libtomahawk/database/DatabaseCommand_CreatePlaylist.h @@ -24,6 +24,8 @@ #include "DllMacro.h" +#include + namespace Tomahawk { diff --git a/src/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h b/src/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h index 45e61df76..9a0830070 100644 --- a/src/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h +++ b/src/libtomahawk/database/DatabaseCommand_SetPlaylistRevision.h @@ -24,6 +24,8 @@ #include "DllMacro.h" +#include + namespace Tomahawk {