summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-14 18:18:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-14 18:18:45 +0300
commit0646408f9e47b85b304133a46b68311c8a486d6e (patch)
tree8789d2ceb25858f23597a2a721121dddcdbeabc3 /protocols/Steam/src/stdafx.h
parent618867f49577c3ec0086084ebbafd5ed734c6143 (diff)
fixes #4800 (Steam: cannot send/receive messages) + obsolete message sending code removed
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r--protocols/Steam/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h
index 2beb51b714..2fd47d20f1 100644
--- a/protocols/Steam/src/stdafx.h
+++ b/protocols/Steam/src/stdafx.h
@@ -41,6 +41,7 @@
#include "protobuf-c/steammessages_auth.steamclient.pb-c.h"
#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
+#include "protobuf-c/steammessages_friendmessages.steamclient.pb-c.h"
#include "proto.h"
#define MODULE "Steam"
@@ -79,7 +80,6 @@ int64_t getRandomInt();
#include "api/friend.h"
#include "api/friend_list.h"
#include "api/history.h"
-#include "api/message.h"
#include "api/pending.h"
#include "api/search.h"
#include "api/session.h"