Skip to content

Commit 8572d7b

Browse files
committed
Minor adjustment in header inclusions to work around osx clang 9.0.1 pragma once issue
1 parent 31a807d commit 8572d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c++/mpi/string.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#pragma once
16-
#include "./mpi.hpp"
16+
#include "mpi.hpp"
1717
#include <string>
1818

1919
namespace mpi {

c++/mpi/vector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#pragma once
16-
#include "./mpi.hpp"
16+
#include "mpi.hpp"
1717
#include <vector>
1818

1919
namespace mpi {

0 commit comments

Comments
 (0)