summaryrefslogtreecommitdiff
path: root/src/discord/websocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord/websocket.cpp')
-rw-r--r--src/discord/websocket.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/discord/websocket.cpp b/src/discord/websocket.cpp
index 0c79f25..565c94c 100644
--- a/src/discord/websocket.cpp
+++ b/src/discord/websocket.cpp
@@ -1,7 +1,11 @@
#include "websocket.hpp"
-#include <spdlog/sinks/stdout_color_sinks.h>
+
#include <utility>
+#include <gtkmm/main.h>
+#include <spdlog/sinks/stdout_color_sinks.h>
+
+
Websocket::Websocket(const std::string &id)
: m_close_info { 1000, "Normal", false } {
if (m_log = spdlog::get(id); !m_log) {