Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-20 15:17:06 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-20 15:17:06 +0400
commit598e284fd3873fc7c506f28c6b568cb97a53a96b (patch)
tree53f487ed86ff81bdbb1f4a7def72b46413faddec
parentb5a5952c7a0cbf88f9fa8da6498fd7dae35d52f4 (diff)
add missing headers, inherited by others
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5207 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--src/mpc-hc/FileAssoc.cpp1
-rw-r--r--src/mpc-hc/FileAssoc.h1
-rw-r--r--src/mpc-hc/PlayerCaptureDialog.h1
-rw-r--r--src/mpc-hc/PlayerNavigationDialog.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/mpc-hc/FileAssoc.cpp b/src/mpc-hc/FileAssoc.cpp
index fda017c1c..d8436e6df 100644
--- a/src/mpc-hc/FileAssoc.cpp
+++ b/src/mpc-hc/FileAssoc.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "FileAssoc.h"
+#include "resource.h"
// TODO: change this along with the root key for settings and the mutex name to
diff --git a/src/mpc-hc/FileAssoc.h b/src/mpc-hc/FileAssoc.h
index 04ae9798d..589e11147 100644
--- a/src/mpc-hc/FileAssoc.h
+++ b/src/mpc-hc/FileAssoc.h
@@ -24,6 +24,7 @@
#pragma once
#include <afxwin.h>
+#include "MediaFormats.h"
class CFileAssoc
diff --git a/src/mpc-hc/PlayerCaptureDialog.h b/src/mpc-hc/PlayerCaptureDialog.h
index 85b0eeed8..98cfcf320 100644
--- a/src/mpc-hc/PlayerCaptureDialog.h
+++ b/src/mpc-hc/PlayerCaptureDialog.h
@@ -27,6 +27,7 @@
#include <afxcmn.h>
#include "../filters/transform/BufferFilter/BufferFilter.h"
#include "FloatEdit.h"
+#include "resource.h"
#include "ui/ResizableLib/ResizableDialog.h"
diff --git a/src/mpc-hc/PlayerNavigationDialog.h b/src/mpc-hc/PlayerNavigationDialog.h
index 3d2746878..53f25410f 100644
--- a/src/mpc-hc/PlayerNavigationDialog.h
+++ b/src/mpc-hc/PlayerNavigationDialog.h
@@ -27,6 +27,7 @@
#include "../filters/transform/BufferFilter/BufferFilter.h"
#include "FloatEdit.h"
#include "DVBChannel.h"
+#include "resource.h"
#include "ui/ResizableLib/ResizableDialog.h"