diff --git a/src/mpi/examples/mpi-test-fixtures.h b/src/mpi/examples/mpi-test-fixtures.h index ae9000b10..880c55f0f 100644 --- a/src/mpi/examples/mpi-test-fixtures.h +++ b/src/mpi/examples/mpi-test-fixtures.h @@ -17,6 +17,9 @@ * Author: Steven Smith */ +#ifndef MPI_TEST_FIXTURES_H +#define MPI_TEST_FIXTURES_H + #include #include #include @@ -156,3 +159,5 @@ class SinkTracer }; } // namespace ns3 + +#endif // MPI_TEST_FIXTURES_H diff --git a/src/spectrum/test/spectrum-test.h b/src/spectrum/test/spectrum-test.h index f010bf7ab..2552c2d33 100644 --- a/src/spectrum/test/spectrum-test.h +++ b/src/spectrum/test/spectrum-test.h @@ -19,6 +19,9 @@ * part of the code copied from test.h */ +#ifndef SPECTRUM_TEST_H +#define SPECTRUM_TEST_H + #include #include @@ -155,3 +158,5 @@ (__LINE__)); \ } \ } while (false); + +#endif // SPECTRUM_TEST_H