diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-16 17:01:23 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-16 17:01:23 +0300 |
commit | 7e96fae97e5496a761ad83844a97b251eb14d992 (patch) | |
tree | 2486adf497534985abaffa1acc6f3cb620571d00 /protocols/Steam/src/stdafx.h | |
parent | 1a281be614bf7965ae57402ce2c90af3e15af8c0 (diff) |
GetConversationsRequest removed
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index 8311086c3b..5cd6bd1fcf 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_chat.steamclient.pb-c.h"
+#include "protobuf-c/steammessages_clientserver.pb-c.h"
#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
#include "protobuf-c/steammessages_friendmessages.steamclient.pb-c.h"
#include "proto.h"
|