aboutsummaryrefslogtreecommitdiff
path: root/include/Json.hpp
diff options
context:
space:
mode:
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);