8000 Automated Code Change · linux-on-ibm-z/tensorflow@0f8d58f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f8d58f

Browse files
Automated Code Change
PiperOrigin-RevId: 730300711
1 parent 65d9195 commit 0f8d58f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tensorflow/core/tfrt/mlrt/attribute/attribute.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ limitations under the License.
1414
==============================================================================*/
1515
#include "tensorflow/core/tfrt/mlrt/attribute/attribute.h"
1616

17+
#include <cstdint>
1718
#include <cstring>
1819
#include <string>
1920
#include <utility>

tensorflow/core/tfrt/mlrt/attribute/attribute_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ limitations under the License.
1515
#include "tensorflow/core/tfrt/mlrt/attribute/attribute.h"
1616

1717
#include <array>
18+
#include <cstdint>
1819
#include <cstring>
19-
#include <utility>
2020

2121
#include <gmock/gmock.h>
2222
#include <gtest/gtest.h>

0 commit comments

Comments
 (0)
0