diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-15 15:50:25 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-15 15:50:25 +0300 |
commit | 4bbe001b15dec9cacd882ee55fe54f85c56a147f (patch) | |
tree | f181de7f9180492ac67a4a724697aad48eb6edb7 /protocols/Steam/src/stdafx.h | |
parent | d2c72c9bf3492fd40960c2f0935c9c675795d28a (diff) |
Steam: service calls switched to static handlers
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 d14388ef70..8311086c3b 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -40,6 +40,7 @@ #include "version.h"
#include "protobuf-c/steammessages_auth.steamclient.pb-c.h"
+#include "protobuf-c/steammessages_chat.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"
|