diff options
author | George Hazan <ghazan@miranda.im> | 2019-12-27 01:26:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-12-27 01:26:01 +0300 |
commit | 225583a16f1a3b5ca5f4fccc6d8f3708c8c2d125 (patch) | |
tree | bb986be46794ade820c1dde0511bf5a758f8eb85 /protocols/Facebook/src/stdafx.h | |
parent | 2ca3d84092f9f004efc47c38a67ab34ceb008306 (diff) |
Facebook: message queue initialization code
Diffstat (limited to 'protocols/Facebook/src/stdafx.h')
-rw-r--r-- | protocols/Facebook/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Facebook/src/stdafx.h b/protocols/Facebook/src/stdafx.h index f24195c746..6aef7f959f 100644 --- a/protocols/Facebook/src/stdafx.h +++ b/protocols/Facebook/src/stdafx.h @@ -61,5 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "mqtt.h" #include "proto.h" #include "resource.h" +#include "version.h" extern bool g_bMessageState; |