Skip to content

Commit

Permalink
Fixes compilation error to non inclusion of <array>
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed May 18, 2022
1 parent a68067f commit b316a8c
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 b316a8c

Please sign in to comment.