From 7fdb247a350f7a966d6f81954a2ee40f1600d224 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 23 Dec 2019 20:01:52 +0300 Subject: compilation fix --- protocols/Facebook/src/thrift.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Facebook/src/thrift.cpp') 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 . ///////////////////////////////////////////////////////////////////////////////////////// // FbThrift class members +#include "stdafx.h" + static uint8_t encodeType(int type) { switch (type) { -- cgit v1.2.3