aboutsummaryrefslogtreecommitdiff
path: root/discord_rich_presence.h
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
committerstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
commit30a87d23c9c63bed072b3460e7482075dc530b2c (patch)
tree73da046880abf88b47f4f79df10a7e151c203457 /discord_rich_presence.h
parentf5e0177b9e13c68fa960dc873cd62452943dac3f (diff)
moved includes to header files
Diffstat (limited to 'discord_rich_presence.h')
-rw-r--r--discord_rich_presence.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord_rich_presence.h b/discord_rich_presence.h
index 3c9f2bda..348d36fa 100644
--- a/discord_rich_presence.h
+++ b/discord_rich_presence.h
@@ -1,6 +1,9 @@
#ifndef DISCORD_RICH_PRESENCE_H
#define DISCORD_RICH_PRESENCE_H
+#include <cstring>
+#include <ctime>
+#include <QDebug>
#include <string>
#include <discord-rpc.h>