diff options
Diffstat (limited to 'discord/json.hpp')
-rw-r--r-- | discord/json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/json.hpp b/discord/json.hpp index de779b9..837080b 100644 --- a/discord/json.hpp +++ b/discord/json.hpp @@ -1,7 +1,7 @@ #pragma once #include <nlohmann/json.hpp> #include <optional> -#include "../util.hpp" +#include "util.hpp" namespace detail { // more or less because idk what to name this stuff template<typename T> |