aboutsummaryrefslogtreecommitdiffstats
path: root/MPD
diff options
context:
space:
mode:
Diffstat (limited to 'MPD')
-rw-r--r--MPD/AdaptationSetHelper.h1
-rw-r--r--MPD/TimeResolver.h6
2 files changed, 6 insertions, 1 deletions
diff --git a/MPD/AdaptationSetHelper.h b/MPD/AdaptationSetHelper.h
index 41724413..683d0f0c 100644
--- a/MPD/AdaptationSetHelper.h
+++ b/MPD/AdaptationSetHelper.h
@@ -13,6 +13,7 @@
#define LIBDASH_FRAMEWORK_MPD_ADAPTATIONSETHELPER_H_
#include "IMPD.h"
+#include <QMessageLogger>
namespace libdash
{
diff --git a/MPD/TimeResolver.h b/MPD/TimeResolver.h
index fe320e8d..89ea2049 100644
--- a/MPD/TimeResolver.h
+++ b/MPD/TimeResolver.h
@@ -13,7 +13,11 @@
#define LIBDASH_FRAMEWORK_MPD_TIMERESOLVER_H_
#include <time.h>
-#include "config.h"
+#include <string>
+#include <vector>
+#include <stdlib.h>
+#include <stdio.h>
+//#include "config.h"
namespace libdash
{