diff options
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 6bf0900d..ff25f5ad 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -22,9 +22,11 @@ // those starting with nng_ are intended for external consumption. The latter // symbols should be found in the toplevel nng.h header. #include "core/defs.h" -#include "core/list.h" + +#include "core/clock.h" #include "core/idhash.h" #include "core/init.h" +#include "core/list.h" #include "core/message.h" #include "core/msgqueue.h" #include "core/options.h" |
