Hello everyone,
The header INET/applications/quic/AppSocket.h uses the Indication class (e.g., in the sendIndication method) but does not include the necessary header where it is defined. This causes compilation errors on case-sensitive file systems.
Expected behavior:
The header should #include "inet/common/packet/Message.h" (the location of the Indication class definition) to resolve the dependency.
System information:
OMNeT++ Version: 6.4.0
INET Version: 4.6.0
Operating System: Ubuntu 22.04 (WSL)
Steps to reproduce:
Compile INET on a Linux system.
The build fails with errors in AppSocket.h regarding the Indication class being undefined.
Hello everyone,
The header INET/applications/quic/AppSocket.h uses the Indication class (e.g., in the sendIndication method) but does not include the necessary header where it is defined. This causes compilation errors on case-sensitive file systems.
Expected behavior:
The header should #include "inet/common/packet/Message.h" (the location of the Indication class definition) to resolve the dependency.
System information:
OMNeT++ Version: 6.4.0
INET Version: 4.6.0
Operating System: Ubuntu 22.04 (WSL)
Steps to reproduce:
Compile INET on a Linux system.
The build fails with errors in AppSocket.h regarding the Indication class being undefined.