| commit | edce3029e0ee6abb629ad835646dd93eb21ebf87 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Mon Jul 13 13:29:47 2020 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Mon Jul 13 13:29:47 2020 -0400 |
| tree | 6522a677f9be49b7e19d5313150e393e35015a1b | |
| parent | 7ccb17d2aaae63da4688b043ccc17b597676c6b1 [diff] |
PROTON-2246: Fix merge casualty of pn_netaddr restructure
diff --git a/c/src/proactor/win_iocp.cpp b/c/src/proactor/win_iocp.cpp index d4af496..764a7c4 100644 --- a/c/src/proactor/win_iocp.cpp +++ b/c/src/proactor/win_iocp.cpp
@@ -23,6 +23,7 @@ #include <proton/connection_driver.h> #include <proton/engine.h> #include <proton/message.h> +#include <proton/netaddr.h> #include <proton/object.h> #include <proton/proactor.h> #include <proton/transport.h>