提交 ce1c7f02 编写于 作者: E Eli Bendersky 提交者: TensorFlower Gardener

Properly include logging header in xla_internal_test_main

PiperOrigin-RevId: 163405986
上级 6b7314de
......@@ -41,6 +41,7 @@ cc_library(
srcs = ["xla_internal_test_main.cc"],
deps = [
"//tensorflow/compiler/xla/legacy_flags:debug_options_flags",
"//tensorflow/core:lib",
"//tensorflow/core:test",
],
)
......
......@@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "tensorflow/compiler/xla/legacy_flags/debug_options_flags.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/test.h"
GTEST_API_ int main(int argc, char** argv) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册