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:
Diffstat (limited to 'src/filters/source/FLACSource/FLACSource.cpp')
-rw-r--r--src/filters/source/FLACSource/FLACSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/source/FLACSource/FLACSource.cpp b/src/filters/source/FLACSource/FLACSource.cpp
index 3dba4bd8a..6fc9c974d 100644
--- a/src/filters/source/FLACSource/FLACSource.cpp
+++ b/src/filters/source/FLACSource/FLACSource.cpp
@@ -28,10 +28,10 @@
#include <InitGuid.h>
#endif
#include <uuids.h>
-#include <moreuuids.h>
+#include "moreuuids.h"
#include "FLACSource.h"
#include "../../../DSUtil/DSUtil.h"
-#include <libflac/include/FLAC/stream_decoder.h>
+#include "libflac/include/FLAC/stream_decoder.h"
#define _DECODER_ (FLAC__StreamDecoder*)m_pDecoder