Skip to content

Commit

Permalink
ChunkInfo: Fix Includes (openPMD#879)
Browse files Browse the repository at this point in the history
Fix include order and missing include.
  • Loading branch information
ax3l authored Jan 5, 2021
1 parent ebd075b commit 3c80603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/openPMD/ChunkInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
*/
#pragma once

#include "openPMD/Dataset.hpp" // Offset, Extent

#include <vector>

#include "openPMD/Dataset.hpp" // Offset, Extent

namespace openPMD
{
Expand Down
3 changes: 3 additions & 0 deletions src/ChunkInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
*/
#include "openPMD/ChunkInfo.hpp"

#include <utility>


namespace openPMD
{
ChunkInfo::ChunkInfo( Offset offset_in, Extent extent_in )
Expand Down

0 comments on commit 3c80603

Please sign in to comment.