diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2014-08-29 14:59:43 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2014-08-29 14:59:43 +0200 |
commit | d318484b4ba0e13920c429944b6340ee720736e9 (patch) | |
tree | 8308c4c352918b245a8f0f445f4a7c0ac996ca66 /src/playlist.h | |
parent | 4b933b29e14d57d4b3a47bd043829618e8abbabe (diff) |
fix compilation --without-curl
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h index 2ce02e57..0a40a12a 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -21,6 +21,7 @@ #ifndef NCMPCPP_PLAYLIST_H #define NCMPCPP_PLAYLIST_H +#include <boost/date_time/posix_time/posix_time_types.hpp> #include <unordered_map> #include "interfaces.h" |