Skip to content

Commit

Permalink
DetectLetterbox: Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Oct 9, 2020
1 parent d766fca commit 3d23310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/DetectLetterbox.cpp
@@ -1,5 +1,6 @@
// MythTV
#include "mythcorecontext.h"
#include "mythplayer.h"
#include "DetectLetterbox.h"

#define LOC QString("DetectLetterbox: ")
Expand Down
8 changes: 7 additions & 1 deletion mythtv/libs/libmythtv/DetectLetterbox.h
@@ -1,8 +1,14 @@
#ifndef MYTHDETECTLETTERBOX_H
#define MYTHDETECTLETTERBOX_H

// Qt
#include <QMutex>

// MythTV
#include "mythplayer.h"
#include "mythframe.h"
#include "videoouttypes.h"

class MythPlayer;

class MTV_PUBLIC DetectLetterbox
{
Expand Down

0 comments on commit 3d23310

Please sign in to comment.