diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-17 22:59:55 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-17 22:59:55 +0200 |
commit | 2ab6101995bae87a93bcbed4df6a8643d424f127 (patch) | |
tree | f4f6ec7ebdbcd34f7c9a2b48c89a30c6285d4f1f /include | |
parent | ef55c93b294d25df8cafef7c32080024ab27e84a (diff) |
Fix youtube copyrighted videos
Diffstat (limited to 'include')
-rw-r--r-- | include/Json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Json.hpp b/include/Json.hpp index 9e1e706..8cbd5d4 100644 --- a/include/Json.hpp +++ b/include/Json.hpp @@ -1,7 +1,7 @@ #pragma once #include "DownloadUtils.hpp" -#include <rapidjson/document.h> +#include <rapidjson/fwd.h> namespace QuickMedia { const rapidjson::Value& GetMember(const rapidjson::Value &obj, const char *key); |