Movie: Add missing includes
This commit is contained in:
parent
43169d897f
commit
ae2cf370e1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue