diff --git a/src/curl_handle.cpp b/src/curl_handle.cpp index 26e758f4..1e2ec202 100644 --- a/src/curl_handle.cpp +++ b/src/curl_handle.cpp @@ -23,6 +23,7 @@ #ifdef HAVE_CURL_CURL_H #include +#include namespace { diff --git a/src/lastfm.h b/src/lastfm.h index 4cccaa81..bc80f31b 100644 --- a/src/lastfm.h +++ b/src/lastfm.h @@ -28,6 +28,7 @@ #ifdef HAVE_CURL_CURL_H #include +#include #include "lastfm_service.h" #include "screen.h" diff --git a/src/lyrics.h b/src/lyrics.h index c2922ad6..4d1eb92b 100644 --- a/src/lyrics.h +++ b/src/lyrics.h @@ -21,6 +21,8 @@ #ifndef _LYRICS_H #define _LYRICS_H +#include + #include "ncmpcpp.h" #include "mpdpp.h" #include "screen.h"