提交 e38aa828 编写于 作者: R Ruilong Liu 提交者: GitHub

Merge branch 'develop' into develop

...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
#include "src/enforce.h" #include "src/enforce.h"
#include "src/var_desc.h" #include "src/var_desc.h"
#include "src/program_desc.h" #include "src/program_desc.h"
#include <cstring>
#include <cstdlib> #include <cstdlib>
#include <string>
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>
#include <utility> #include <utility>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "src/protobuf-c.h" #include "src/protobuf-c.h"
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <limits>
const size_t kSize64 = sizeof(uint64_t); const size_t kSize64 = sizeof(uint64_t);
const size_t kSize32 = sizeof(uint32_t); const size_t kSize32 = sizeof(uint32_t);
......
...@@ -19,6 +19,7 @@ limitations under the License. */ ...@@ -19,6 +19,7 @@ limitations under the License. */
#ifndef TOOLS_QUANTIFICATION_SRC_BLOCK_DESC_LOCAL_H_ #ifndef TOOLS_QUANTIFICATION_SRC_BLOCK_DESC_LOCAL_H_
#define TOOLS_QUANTIFICATION_SRC_BLOCK_DESC_LOCAL_H_ #define TOOLS_QUANTIFICATION_SRC_BLOCK_DESC_LOCAL_H_
#include <memory>
#include <vector> #include <vector>
#include "src/var_desc.h" #include "src/var_desc.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册