Skip to content

Commit dd0c9a7

Browse files
committed
Fix Bazel
1 parent 98a8d5c commit dd0c9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ cc_library(
313313
"src/lib/OpenEXR/ImfGenericInputFile.cpp",
314314
"src/lib/OpenEXR/ImfGenericOutputFile.cpp",
315315
"src/lib/OpenEXR/ImfHeader.cpp",
316+
"src/lib/OpenEXR/ImfHTCompressor.cpp",
316317
"src/lib/OpenEXR/ImfHuf.cpp",
317318
"src/lib/OpenEXR/ImfIDManifest.cpp",
318319
"src/lib/OpenEXR/ImfIDManifestAttribute.cpp",
@@ -418,6 +419,7 @@ cc_library(
418419
"src/lib/OpenEXR/ImfGenericInputFile.h",
419420
"src/lib/OpenEXR/ImfGenericOutputFile.h",
420421
"src/lib/OpenEXR/ImfHeader.h",
422+
"src/lib/OpenEXR/ImfHTCompressor.h",
421423
"src/lib/OpenEXR/ImfHuf.h",
422424
"src/lib/OpenEXR/ImfIDManifest.h",
423425
"src/lib/OpenEXR/ImfIDManifestAttribute.h",

0 commit comments

Comments
 (0)