diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-26 23:07:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-26 23:07:24 +0300 |
commit | 718e96a95c5596fa6c7e21984cf8bdfb6d528e60 (patch) | |
tree | e36882173cfed94a825ae1f97b9916022bd5b98e /protocols/Facebook/src/stdafx.h | |
parent | 84b095e0faa33bd6af98f89dabf6b4e54312f113 (diff) |
MQTT: proper MQTT payload preparation
Diffstat (limited to 'protocols/Facebook/src/stdafx.h')
-rw-r--r-- | protocols/Facebook/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/stdafx.h b/protocols/Facebook/src/stdafx.h index dca99fc578..36af3e8128 100644 --- a/protocols/Facebook/src/stdafx.h +++ b/protocols/Facebook/src/stdafx.h @@ -50,6 +50,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_messagestate.h> #include <m_gui.h> +#include "../../libs/zlib/src/zlib.h" + #include "db.h" #include "mqtt.h" #include "proto.h" |