summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2016-10-20 14:22:42 +0200
committerJosJuice <josjuice@gmail.com>2016-10-20 14:22:42 +0200
commitae2cf370e1b32fbfb9ecb796e68c635d5510e8c6 (patch)
treee06edd7774c55db3dd676721e0b4bc03f0733886 /Source
parent43169d897f091e3b1602372241388a2e24eef8f6 (diff)
Movie: Add missing includes
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Movie.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/Movie.cpp b/Source/Core/Core/Movie.cpp
index 34bc547d53..1fe88259cc 100644
--- a/Source/Core/Core/Movie.cpp
+++ b/Source/Core/Core/Movie.cpp
@@ -9,6 +9,8 @@
#include <mbedtls/config.h>
#include <mbedtls/md.h>
#include <mutex>
+#include <thread>
+#include <vector>
#include "Common/ChunkFile.h"
#include "Common/CommonPaths.h"