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/Subtitles/VobSubFile.cpp')
-rw-r--r--src/Subtitles/VobSubFile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Subtitles/VobSubFile.cpp b/src/Subtitles/VobSubFile.cpp
index e5ceb8f86..e55ca9c0f 100644
--- a/src/Subtitles/VobSubFile.cpp
+++ b/src/Subtitles/VobSubFile.cpp
@@ -29,9 +29,9 @@
#define USE_UNRAR_STATIC
#endif
#ifndef USE_UNRAR_STATIC
-#include <unrar.h>
+#include "unrar.h"
#else
-#include <unrar/dll.hpp>
+#include "unrar/dll.hpp"
#endif
#include "RTS.h"