Skip to content

Commit 3ebb316

Browse files
authored
Merge pull request #1731 from su2code/fix_macos_build
Fix macos build
2 parents 3be3673 + 541c5b7 commit 3ebb316

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Common/include/containers/CLookUpTable.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <iomanip>
3131
#include <string>
3232
#include <vector>
33+
#include <array>
3334

3435
#include "../../Common/include/option_structure.hpp"
3536
#include "CFileReaderLUT.hpp"

Common/src/containers/CTrapezoidalMap.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* License along with SU2. If not, see <http://www.gnu.org/licenses/>.
2626
*/
2727

28+
#include <array>
29+
2830
#include "../../Common/include/option_structure.hpp"
2931
#include "../../Common/include/containers/CTrapezoidalMap.hpp"
3032

0 commit comments

Comments
 (0)