From 341969797b177aaed32f041bf23d404256324cb3 Mon Sep 17 00:00:00 2001 From: xiebaiyuan Date: Wed, 1 Aug 2018 17:41:39 +0800 Subject: [PATCH] try to suit ubuntu compile for quantify script --- tools/quantification/src/block_desc_local.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quantification/src/block_desc_local.h b/tools/quantification/src/block_desc_local.h index 41c2dc0abb..a28d551071 100644 --- a/tools/quantification/src/block_desc_local.h +++ b/tools/quantification/src/block_desc_local.h @@ -20,6 +20,7 @@ limitations under the License. */ #define TOOLS_QUANTIFICATION_SRC_BLOCK_DESC_LOCAL_H_ #include +#include #include "src/var_desc.h" class BlockDesc { -- GitLab