diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-16 18:48:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-16 18:48:19 +0300 |
commit | 481af24ca7b41d80d7e3a76ec0fefa7b9ab339cf (patch) | |
tree | 17e6824003afecfebc4756042691dc9862ddf3f5 /protocols/Steam/src/stdafx.h | |
parent | 9bdcd269ccfcbb3afc2014018a1a2575e855a166 (diff) |
added notification service
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 5cd6bd1fcf..87d0bbeace 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -44,6 +44,7 @@ #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 "protobuf-c/steammessages_notifications.steamclient.pb-c.h"
#include "proto.h"
#define MODULE "Steam"
|