summaryrefslogtreecommitdiff
path: root/discord/json.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-20 22:29:03 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-20 22:29:03 -0500
commitd88079000a79e6bcbe51c5a2868d57b303b5fcb6 (patch)
treef901a8808e0c1903823ce5d04a169503e52ccea0 /discord/json.hpp
parent574cbc35d85d5f90e2d5946da636f9c1cc0cd2ad (diff)
downloadabaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.tar.gz
abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.zip
normalize include paths
Diffstat (limited to 'discord/json.hpp')
-rw-r--r--discord/json.hpp2
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>