Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion hist/histv7/inc/ROOT/RAxes.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <tuple>
#include <type_traits>
#include <utility>
#include <variant>
#include <vector>

class TBuffer;
Expand Down
3 changes: 3 additions & 0 deletions hist/histv7/inc/ROOT/RAxisVariant.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
#ifndef ROOT_RAxisVariant
#define ROOT_RAxisVariant

#include "RBinIndex.hxx"
#include "RBinIndexRange.hxx"
#include "RCategoricalAxis.hxx"
#include "RRegularAxis.hxx"
#include "RSliceSpec.hxx"
#include "RVariableBinAxis.hxx"

#include <cstdint>
Expand Down
2 changes: 0 additions & 2 deletions hist/histv7/inc/ROOT/RBinIndexMultiDimRange.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
#include "RBinIndex.hxx"
#include "RBinIndexRange.hxx"

#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <utility>
#include <vector>
Expand Down
4 changes: 3 additions & 1 deletion hist/histv7/inc/ROOT/RHist.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
#include "RHistEngine.hxx"
#include "RHistStats.hxx"
#include "RRegularAxis.hxx"
#include "RSliceSpec.hxx"
#include "RWeight.hxx"

#include <array>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <stdexcept>
#include <tuple>
#include <utility>
#include <variant>
#include <vector>

class TBuffer;
Expand Down
1 change: 1 addition & 0 deletions hist/histv7/inc/ROOT/RHistEngine.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <stdexcept>
#include <tuple>
#include <type_traits>
Expand Down
1 change: 1 addition & 0 deletions hist/histv7/inc/ROOT/RHistFillContext.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "RHistStats.hxx"
#include "RWeight.hxx"

#include <cstddef>
#include <tuple>

namespace ROOT {
Expand Down
4 changes: 3 additions & 1 deletion hist/histv7/inc/ROOT/RHistUtils.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
#ifndef ROOT_RHistUtils
#define ROOT_RHistUtils

#include <atomic>
#include <type_traits>

#ifdef _MSC_VER
#include <atomic>
#include <cstddef>

#include <intrin.h>
#endif

Expand Down
3 changes: 2 additions & 1 deletion hist/histv7/inc/ROOT/RSliceBinIndexMapper.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#include "RBinIndexRange.hxx"
#include "RSliceSpec.hxx"

#include <cstdint>
#include <cassert>
#include <cstddef>
#include <stdexcept>
#include <utility>
#include <vector>
Expand Down
Loading