aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index c3f40aa..9107bb2 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -3,9 +3,12 @@
#include "Path.hpp"
#include <functional>
#include <filesystem>
-#include <json/value.h>
#include <rapidjson/fwd.h>
+namespace Json {
+ class Value;
+}
+
namespace QuickMedia {
// Return false to stop the iterator
using FileIteratorCallback = std::function<bool(const std::filesystem::path &filepath)>;