Skip to content

Commit 79a8dc1

Browse files
committed
including iostream in common headers
1 parent 6fe4e5f commit 79a8dc1

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

common/include/acceleration.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "time.hpp"
66
#include "speed.hpp"
77

8+
#include <iostream>
9+
810
namespace sakurajin{
911
namespace unit_system{
1012
namespace common{

common/include/energy.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "acceleration.hpp"
77
#include "force.hpp"
88

9+
#include <iostream>
10+
911
namespace sakurajin{
1012
namespace unit_system{
1113
namespace common{

common/include/force.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "momentum.hpp"
66
#include "acceleration.hpp"
77

8+
#include <iostream>
9+
810
namespace sakurajin{
911
namespace unit_system{
1012
namespace common{

common/include/momentum.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "speed.hpp"
55
#include "mass.hpp"
66

7+
#include <iostream>
8+
79
namespace sakurajin{
810
namespace unit_system{
911
namespace common{

common/include/power.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include "energy.hpp"
88
#include "time.hpp"
99

10+
#include <iostream>
11+
1012
namespace sakurajin {
1113
namespace unit_system {
1214
namespace common {

common/include/speed.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "length.hpp"
55
#include "time.hpp"
66

7+
#include <iostream>
8+
79
namespace sakurajin{
810
namespace unit_system{
911
namespace common{

0 commit comments

Comments
 (0)