We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3be3673 + 541c5b7 commit 3ebb316Copy full SHA for 3ebb316
Common/include/containers/CLookUpTable.hpp
@@ -30,6 +30,7 @@
30
#include <iomanip>
31
#include <string>
32
#include <vector>
33
+#include <array>
34
35
#include "../../Common/include/option_structure.hpp"
36
#include "CFileReaderLUT.hpp"
Common/src/containers/CTrapezoidalMap.cpp
@@ -25,6 +25,8 @@
25
* License along with SU2. If not, see <http://www.gnu.org/licenses/>.
26
*/
27
28
29
+
#include "../../Common/include/containers/CTrapezoidalMap.hpp"
0 commit comments