Skip to content

Commit b9cc896

Browse files
committed
Add includes
1 parent 64305b3 commit b9cc896

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

paddle/fluid/framework/data_type.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
// limitations under the License.
1414

1515
#include "paddle/fluid/framework/data_type.h"
16+
#include <stdint.h>
17+
#include <mutex> // NOLINT
18+
#include <string>
19+
#include <unordered_map>
1620

1721
namespace paddle {
1822
namespace framework {

0 commit comments

Comments
 (0)