Skip to content

Commit

Permalink
Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 19, 2024
1 parent 2d95a53 commit 297f280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/labelstats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include "connectome/connectome.h"

#include <iomanip>

using namespace MR;
using namespace App;

Expand Down
2 changes: 2 additions & 0 deletions core/file/dicom/element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "debug.h"
#include "file/path.h"

#include <iomanip>

namespace MR {
namespace File {
namespace Dicom {
Expand Down
2 changes: 2 additions & 0 deletions core/stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include "math/median.h"

#include <iomanip>

namespace MR {

namespace Stats {
Expand Down

0 comments on commit 297f280

Please sign in to comment.