Commit 13c1870
### Rationale for this change
This fixed a compile error under Windows and MacOS when attempting to package this library as a Conan package: conan-io/conan-center-index#26623
### What changes are included in this PR?
It adds 2 missing headers from the STL, array and vector, which cause resulting compiler errors.
### Are these changes tested?
They are tested and passing for the Conan package of these libraries here: conan-io/conan-center-index#26623
### Are there any user-facing changes?
No, only changes within a source file.
* GitHub Issue: #45545
Authored-by: Antony Peacock <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
1 parent b953c4f commit 13c1870
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments