Skip to content

Commit

Permalink
testing: Add missing <algorithm> header to a few test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Jul 2, 2020
1 parent 27f71a6 commit 2bc45fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/adios2/bindings/C/TestBPWriteTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
* Author: William F Godoy [email protected]
*/

#include <cstring>

#include <algorithm>

#include <adios2_c.h>

#if ADIOS2_USE_MPI
#include <mpi.h>
#endif

#include <cstring>
#include <gtest/gtest.h>

#include "SmallTestData_c.h"
Expand Down
1 change: 1 addition & 0 deletions testing/adios2/engine/SmallTestData.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <cstdint>

#include <algorithm>
#include <array>
#include <limits>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions testing/adios2/engine/bp/operations/TestBPWriteReadZfp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <cstdint>
#include <cstring>

#include <algorithm>
#include <iostream>
#include <numeric> //std::iota
#include <stdexcept>
Expand Down

0 comments on commit 2bc45fe

Please sign in to comment.