Skip to content

Commit 5b7c01a

Browse files
davidrohrktf
authored andcommitted
Add missing includes
1 parent a1cc589 commit 5b7c01a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

Detectors/CPV/workflow/src/DigitsPrinterSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// or submit itself to any jurisdiction.
1010

1111
#include <vector>
12+
#include <iostream>
1213

1314
#include "FairLogger.h"
1415

Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// or submit itself to any jurisdiction.
1010

1111
#include <vector>
12+
#include <iostream>
1213

1314
#include "FairLogger.h"
1415

Detectors/PHOS/workflow/src/DigitsPrinterSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// or submit itself to any jurisdiction.
1010

1111
#include <vector>
12+
#include <iostream>
1213

1314
#include "FairLogger.h"
1415

Framework/TestWorkflows/src/o2DataQueryWorkflow.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <chrono>
1717
#include <thread>
1818
#include <vector>
19+
#include <iostream>
1920

2021
using namespace o2::framework;
2122

Steer/DigitizerWorkflow/src/CollisionTimePrinter.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <memory> // std::unique_ptr
2424
#include <cstring> // memcpy
2525
#include <string> // std::string
26+
#include <iostream> // std::cout
2627

2728
using namespace o2::framework;
2829
using SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType;

Steer/DigitizerWorkflow/src/EMCALDigitWriterSpec.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <DataFormatsEMCAL/MCLabel.h>
1818
#include <SimulationDataFormat/MCTruthContainer.h>
1919
#include "TBranch.h"
20+
#include <iostream>
2021

2122
using namespace o2::framework;
2223
using SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType;

0 commit comments

Comments
 (0)