Skip to content

Commit 320052b

Browse files
committed
Missing header and exclude testing headers
1 parent 05d8107 commit 320052b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Package.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,24 @@ let package = Package(
229229

230230
"absl/synchronization/internal/mutex_nonprod.cc",
231231

232+
"absl/container/internal/unordered_set_constructor_test.h",
233+
"absl/container/internal/unordered_set_members_test.h",
234+
"absl/container/internal/unordered_map_modifiers_test.h",
235+
"absl/container/internal/unordered_map_lookup_test.h",
236+
"absl/container/internal/unordered_set_modifiers_test.h",
237+
"absl/container/internal/unordered_map_members_test.h",
238+
"absl/container/internal/unordered_set_lookup_test.h",
239+
"absl/container/internal/unordered_map_constructor_test.h",
240+
"absl/container/btree_test.h",
241+
242+
"absl/types/internal/conformance_testing.h",
243+
"absl/hash/hash_testing.h",
244+
"absl/container/internal/hash_policy_testing.h",
245+
"absl/container/internal/hash_generator_testing.h",
246+
"absl/base/internal/exception_testing.h",
247+
"absl/base/internal/exception_safety_testing.h",
248+
"absl/base/internal/inline_variable_testing.h",
249+
232250
// main functions
233251
"absl/hash/internal/print_hash_of.cc",
234252
"absl/random/internal/gaussian_distribution_gentables.cc",

absl/random/internal/randen_hwaes.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include "absl/random/internal/randen_hwaes.h"
2121

22+
#include <stdlib.h> // See https://github.com/firebase/firebase-ios-sdk/pull/7563
2223
#include <cstdint>
2324
#include <cstring>
2425

0 commit comments

Comments
 (0)