summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-11-15 00:08:27 +0100
committerThomas Reufer <thomas@reufer.ch>2014-11-15 00:08:27 +0100
commitafff2e86ebb04412c08457d7848af0dcb1059c92 (patch)
treed30cd2e109e8d3f6898568b20f23eefd03ae7bed
parent2557343248f488a6601627bd6d5cf7ecef90c7b3 (diff)
downloadvdr-plugin-rpihddevice-afff2e86ebb04412c08457d7848af0dcb1059c92.tar.gz
vdr-plugin-rpihddevice-afff2e86ebb04412c08457d7848af0dcb1059c92.tar.bz2
fixed includes
-rw-r--r--omx.c2
-rw-r--r--omx.h1
-rw-r--r--ovgosd.c2
3 files changed, 4 insertions, 1 deletions
diff --git a/omx.c b/omx.c
index 296bf16..192ecc8 100644
--- a/omx.c
+++ b/omx.c
@@ -4,6 +4,8 @@
* $Id$
*/
+#include <queue>
+
#include "omx.h"
#include "display.h"
diff --git a/omx.h b/omx.h
index cdd08ef..4c9f73a 100644
--- a/omx.h
+++ b/omx.h
@@ -7,7 +7,6 @@
#ifndef OMX_H
#define OMX_H
-#include <queue>
#include <vdr/thread.h>
#include "tools.h"
diff --git a/ovgosd.c b/ovgosd.c
index 42c416d..2eb5e71 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -4,6 +4,8 @@
* $Id$
*/
+#include <queue>
+
#include <VG/openvg.h>
#include <VG/vgu.h>
#include <EGL/egl.h>