Skip to content

Commit

Permalink
Tests: Fixed includes in a few module tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Apr 16, 2024
1 parent dc3b7b3 commit ca1ef59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/module/PacketGate_1.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ends the packet streaming in both the source and the sink.

%file: TestSource.cc
#include "inet/common/ModuleRefByGate.h"
#include "inet/common/packet/chunk/ByteCountChunk.h"
#include "inet/queueing/contract/IPacketSource.h"
#include "inet/queueing/gate/PacketGate.h"

Expand Down
1 change: 1 addition & 0 deletions tests/module/PriorityScheduler_1.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ the source and the sink.

%file: TestSource.cc
#include "inet/common/ModuleRefByGate.h"
#include "inet/common/packet/chunk/ByteCountChunk.h"
#include "inet/queueing/contract/IPassivePacketSource.h"
#include "inet/queueing/scheduler/PriorityScheduler.h"

Expand Down

0 comments on commit ca1ef59

Please sign in to comment.