diff options
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index ea8512bb..5c750ec7 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -44,10 +44,13 @@ #include "core/taskq.h" #include "core/thread.h" #include "core/timer.h" -#include "core/transport.h" #include "core/url.h" +// transport needs to come after url +#include "core/transport.h" + // These have to come after the others - particularly transport.h + #include "core/endpt.h" #include "core/pipe.h" #include "core/socket.h" |
