Include missing header file in logging.cc.
It was transitively depending on strcat.h PiperOrigin-RevId: 263393847
This commit is contained in:
parent
c1ef1c6361
commit
dcbcace233
@ -18,6 +18,7 @@ limitations under the License.
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "tensorflow/core/lib/strings/str_util.h"
|
#include "tensorflow/core/lib/strings/str_util.h"
|
||||||
|
#include "tensorflow/core/lib/strings/strcat.h"
|
||||||
|
|
||||||
namespace tensorflow {
|
namespace tensorflow {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user