Skip to content

Commit

Permalink
add missing map includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Oct 28, 2024
1 parent 0abfefa commit c01be94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lte/model/lte-spectrum-value-helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <ns3/spectrum-value.h>

#include <map>
#include <vector>

namespace ns3
Expand Down
2 changes: 2 additions & 0 deletions src/lte/test/lte-test-carrier-aggregation.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#include "ns3/test.h"
#include <ns3/lte-common.h>

#include <map>

using namespace ns3;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/mmwave/model/mmwave-net-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include <ns3/phased-array-model.h>
#include <ns3/traced-callback.h>

#include <map>

namespace ns3
{

Expand Down

0 comments on commit c01be94

Please sign in to comment.