Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 284aa301 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Fix dependency on IOMX in OMXClient.h

Change-Id: I5bc970c770f6e603b2e1cf27a705fdf7fe266329
parent 3d762515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@

#define OMX_CLIENT_H_

namespace android {
#include <media/IOMX.h>

class IOMX;
namespace android {

class OMXClient {
public: