Skip to content

Commit

Permalink
Added missing <iterator> include to SyncPrefixLayer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Oct 7, 2024
1 parent ebaa7b6 commit e7394d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/comms/protocol/SyncPrefixLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "comms/protocol/details/SyncPrefixLayerOptionsParser.h"
#include "comms/protocol/details/ProtocolLayerExtendingClassHelper.h"

#include <iterator>

COMMS_MSVC_WARNING_PUSH
COMMS_MSVC_WARNING_DISABLE(4189) // Disable erroneous initialized but not referenced variable warning

Expand Down

0 comments on commit e7394d2

Please sign in to comment.