mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Add missing header in BUILD file
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
75ce43baf6
commit
6fd4e7ea7f
2
third_party/jpeg/BUILD.bazel
vendored
2
third_party/jpeg/BUILD.bazel
vendored
|
|
@ -309,6 +309,7 @@ cc_library(
|
||||||
srcs = [
|
srcs = [
|
||||||
"jchuff.h",
|
"jchuff.h",
|
||||||
"jconfig.h",
|
"jconfig.h",
|
||||||
|
"jconfigint.h",
|
||||||
"jdct.h",
|
"jdct.h",
|
||||||
"jerror.h",
|
"jerror.h",
|
||||||
"jinclude.h",
|
"jinclude.h",
|
||||||
|
|
@ -329,6 +330,7 @@ cc_library(
|
||||||
srcs = [
|
srcs = [
|
||||||
"jchuff.h",
|
"jchuff.h",
|
||||||
"jconfig.h",
|
"jconfig.h",
|
||||||
|
"jconfigint.h",
|
||||||
"jdct.h",
|
"jdct.h",
|
||||||
"jerror.h",
|
"jerror.h",
|
||||||
"jinclude.h",
|
"jinclude.h",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user