Skip to content

Commit

Permalink
Add missing include for unique_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Jul 26, 2024
1 parent ae2ecee commit 5ee0219
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/io/ODF.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

#pragma once

#include <particleContainer/adapter/ODFCellProcessor.h>
#include <memory>

#include "particleContainer/adapter/ODFCellProcessor.h"
#include "Domain.h"
#include "parallel/DomainDecompBase.h"
#include "particleContainer/ParticleContainer.h"
Expand Down

0 comments on commit 5ee0219

Please sign in to comment.