diff options
author | George Hazan <ghazan@miranda.im> | 2019-12-23 20:01:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-12-23 20:01:52 +0300 |
commit | 7fdb247a350f7a966d6f81954a2ee40f1600d224 (patch) | |
tree | 1ba6a2b24e50a338aaf80c00f481bd06d373e9a1 /protocols/Facebook/src/thrift.cpp | |
parent | 22a846c74f1903eb9b881b0d3b4615b249960be9 (diff) |
compilation fix
Diffstat (limited to 'protocols/Facebook/src/thrift.cpp')
-rw-r--r-- | protocols/Facebook/src/thrift.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/thrift.cpp b/protocols/Facebook/src/thrift.cpp index aefc7143a9..c9b520aa90 100644 --- a/protocols/Facebook/src/thrift.cpp +++ b/protocols/Facebook/src/thrift.cpp @@ -21,6 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ///////////////////////////////////////////////////////////////////////////////////////// // FbThrift class members +#include "stdafx.h" + static uint8_t encodeType(int type) { switch (type) { |