Skip to content
Snippets Groups Projects
Commit 207f229b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix g++ compilation (missing <memory> include)

parent a50be0a8
Branches
Tags
1 merge request!11Feature/mpi
......@@ -3,6 +3,7 @@
#include <ItemType.hpp>
#include <ConnectivityMatrix.hpp>
#include <memory>
class IConnectivity : public std::enable_shared_from_this<IConnectivity>
{
......
......@@ -10,6 +10,7 @@
#include <ItemId.hpp>
#include <IConnectivity.hpp>
#include <memory>
template <typename DataType,
ItemType item_type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment