diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-29 19:26:53 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-29 19:26:53 +0300 |
commit | 97bb35bf1222e14656a1d5db3aeb67312e094465 (patch) | |
tree | eaffcd34904669cfc3ce2300471d1c42b225b381 /protocols/Steam/src/stdafx.h | |
parent | ac6499d920052d3a8f9a8549af505fb23c240ccf (diff) |
Steam: added device authorization family
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 ed82f77a07..56b6647f22 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -46,6 +46,7 @@ #include "protobuf-c/steammessages_clientserver_2.pb-c.h"
#include "protobuf-c/steammessages_clientserver_appinfo.pb-c.h"
#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
+#include "protobuf-c/steammessages_deviceauth.steamclient.pb-c.h"
#include "protobuf-c/steammessages_friendmessages.steamclient.pb-c.h"
#include "protobuf-c/steammessages_notifications.steamclient.pb-c.h"
#include "proto.h"
|