Add missing #include <algorithm> for std::min/std::max uses, and #include <limits> for std::numeric_limits<> (#7624)

This commit is contained in:
Even Rouault
2022-11-08 18:36:35 +01:00
committed by GitHub
parent 214cc94681
commit a22434e2a1
19 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
#include <algorithm>
#include "fuzz_test.h"
#include "flatbuffers/flatbuffers.h"
@@ -302,4 +304,4 @@ void FuzzTest2() {
}
} // namespace tests
} // namespace flatbuffers
} // namespace flatbuffers