Skip to content

Commit

Permalink
Merge pull request OpenSEMBA#7 from lmdiazangulo/main
Browse files Browse the repository at this point in the history
Fixes compilation error to non inclusion of <array>
  • Loading branch information
AlejandroMunozManterola authored May 18, 2022
2 parents a68067f + b316a8c commit 54b5e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/maxwell/Probes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "mfem.hpp"
#include "Types.h"


namespace maxwell {

class Probe {
Expand Down
4 changes: 4 additions & 0 deletions src/maxwell/Types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#include <array>
#include <vector>
#include <map>

#include "mfem.hpp"

namespace maxwell {
Expand Down

0 comments on commit 54b5e3e

Please sign in to comment.