From 9e1b318854e7c5b0b08fd1149ad74dbdfeea127c Mon Sep 17 00:00:00 2001 From: Henrik Grindal Bakken Date: Mon, 6 Jul 2009 23:18:59 +0200 Subject: [PATCH] BUG(2229): Fix compiling with g++ 4.4 The correct header would be cstdint, but it isn't in the c++ standard yet --- src/dialogs/entryinfo.h | 1 + src/playlist/playlistcontrols.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/dialogs/entryinfo.h b/src/dialogs/entryinfo.h index b7da5e8..f3637aa 100644 --- a/src/dialogs/entryinfo.h +++ b/src/dialogs/entryinfo.h @@ -19,6 +19,7 @@ #include "ui_entryinfo.h" +#include #include class XClientCache; diff --git a/src/playlist/playlistcontrols.h b/src/playlist/playlistcontrols.h index cf28190..787fe4d 100644 --- a/src/playlist/playlistcontrols.h +++ b/src/playlist/playlistcontrols.h @@ -16,6 +16,7 @@ #ifndef __PLAYLISTCONTROLS_H__ #define __PLAYLISTCONTROLS_H__ +#include #include #include