Skip to content
Snippets Groups Projects
Verified Commit 34af6625 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Fixed for shared ptr

parent 3c623273
No related branches found
No related tags found
No related merge requests found
Pipeline #52206 failed
......@@ -6,6 +6,7 @@
#include "blSection.h"
#include <algorithm>
#include <memory>
namespace blast
{
......
......@@ -7,6 +7,7 @@
#include "blNode.h"
#include <algorithm>
#include <memory>
namespace blast
{
......
......@@ -22,6 +22,7 @@
#include "wObject.h"
#include "wTimers.h"
#include <Eigen/Sparse>
#include <memory>
#include <iostream>
#include <memory>
......
......@@ -6,6 +6,9 @@
#include "blast.h"
#include "wObject.h"
#include "wTimers.h"
#include <memory>
namespace blast
{
......
......@@ -5,6 +5,8 @@
#include "blast.h"
#include <Eigen/Dense>
#include <memory>
namespace blast
{
......
......@@ -23,6 +23,7 @@
#include "wObject.h"
#include <vector>
#include <algorithm>
#include <memory>
#include <Eigen/Dense>
namespace blast
......
......@@ -6,6 +6,7 @@
#include "blBoundaryLayer.h"
#include <algorithm>
#include <memory>
namespace blast
{
......
......@@ -4,6 +4,8 @@
#include "blFluxes.h"
#include "blast.h"
#include <memory>
namespace blast
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment