aboutsummaryrefslogtreecommitdiff
path: root/include/Json.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-17 22:59:55 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-17 22:59:55 +0200
commit2ab6101995bae87a93bcbed4df6a8643d424f127 (patch)
treef4f6ec7ebdbcd34f7c9a2b48c89a30c6285d4f1f /include/Json.hpp
parentef55c93b294d25df8cafef7c32080024ab27e84a (diff)
Fix youtube copyrighted videos
Diffstat (limited to 'include/Json.hpp')
-rw-r--r--include/Json.hpp2
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);