summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>