Add missing header in BUILD file

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2021-05-09 16:36:26 -07:00
parent 75ce43baf6
commit 6fd4e7ea7f

View File

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