Properly include logging header in xla_internal_test_main

PiperOrigin-RevId: 163405986
This commit is contained in:
Eli Bendersky 2017-07-27 16:26:24 -07:00 committed by TensorFlower Gardener
parent 6b7314de49
commit ce1c7f02ad
2 changed files with 2 additions and 0 deletions
tensorflow/compiler/xla/tests

View File

@ -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",
],
)

View File

@ -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) {