Skip to content

Commit 2116a6a

Browse files
committed
ChunkSerializerRegistry: Fixed missing header file caused breaking compilation on Windows and MacOS.
1 parent 4e820b6 commit 2116a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inet/common/packet/serializer/ChunkSerializerRegistry.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define __INET_CHUNKSERIALIZERREGISTRY_H
1010

1111
#include <typeindex>
12+
#include <unordered_map>
1213

1314
#include "inet/common/packet/serializer/ChunkSerializer.h"
1415

0 commit comments

Comments
 (0)