Skip to content

Commit

Permalink
ECKIT-620 Avoid recursive inclusion (semantics)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Maciel committed Nov 22, 2023
1 parent a40745d commit a44e26b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eckit/option/FactoryOption.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/// @author Tiago Quintino
/// @date Apr 2015

#pragma once

#include <iostream>

#include "eckit/config/Configuration.h"
Expand Down
2 changes: 2 additions & 0 deletions src/eckit/option/SimpleOption.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/// @author Tiago Quintino
/// @date Apr 2015

#pragma once

#include <iostream>

#include "eckit/config/Configuration.h"
Expand Down
2 changes: 2 additions & 0 deletions src/eckit/option/VectorOption.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/// @author Simon Smart
/// @date March 2016

#pragma once

#include <iostream>

#include "eckit/exception/Exceptions.h"
Expand Down

0 comments on commit a44e26b

Please sign in to comment.