make sure to include boost posix_time where needed
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#ifdef ENABLE_CLOCK
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <cstring>
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef NCMPCPP_GLOBAL_H
|
||||
#define NCMPCPP_GLOBAL_H
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
#include "mpdpp.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/locale/conversion.hpp>
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef NCMPCPP_MEDIA_LIBRARY_H
|
||||
#define NCMPCPP_MEDIA_LIBRARY_H
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <cassert>
|
||||
|
||||
#include "charset.h"
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef NCMPCPP_PLAYLIST_EDITOR_H
|
||||
#define NCMPCPP_PLAYLIST_EDITOR_H
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <iomanip>
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
#ifndef NCMPCPP_SERVER_INFO_H
|
||||
#define NCMPCPP_SERVER_INFO_H
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
#include "browser.h"
|
||||
#include "charset.h"
|
||||
#include "global.h"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#ifdef ENABLE_VISUALIZER
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user