diff options
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r-- | protocols/Steam/src/stdafx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h index c05a845a8d..4931099ca4 100644 --- a/protocols/Steam/src/stdafx.h +++ b/protocols/Steam/src/stdafx.h @@ -39,6 +39,11 @@ #include "resource.h"
#include "version.h"
+#include "protobuf-c/protobuf-c.h"
+
+#include "protobuf-c/steammessages_auth.steamclient.pb-c.h"
+#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
+
#define MODULE "Steam"
#define DB_KEY_LASTMSGTS "LastMessageTS"
|