Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix R3BRoot/r3bbase/R3BFileSource2.h:29:48: error: no template named …
Browse files Browse the repository at this point in the history
…'optional' in namespace 'std'

fix error: invalid use of incomplete type ‘class std::basic_ostream<char>’
audreychatillon authored and jose-luis-rs committed Jan 19, 2024

Verified

This commit was signed with the committer’s verified signature.
theseion Max Leske
1 parent 3aa490d commit a6e40e8
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions r3bbase/R3BFileSource2.h
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
#include "FairSource.h"
#include "R3BShared.h"
#include <TObjString.h>
#include <optional>

class FairRootManager;
class TChain;
1 change: 1 addition & 0 deletions r3bsource/base/utils/R3BUcesbMappingFlag.h
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@
#include <cstdint>
#include <ext_data_client.h>
#include <fmt/format.h>
#include <ostream>

constexpr auto UCESB_MAP_BITSIZE = 32;

0 comments on commit a6e40e8

Please sign in to comment.