aboutsummaryrefslogtreecommitdiff
path: root/src/core/idhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/idhash.h')
-rw-r--r--src/core/idhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/idhash.h b/src/core/idhash.h
index 4616ccde..088eac55 100644
--- a/src/core/idhash.h
+++ b/src/core/idhash.h
@@ -10,7 +10,7 @@
#ifndef CORE_IDHASH_H
#define CORE_IDHASH_H
-#include "core/nng_impl.h"
+#include "core/defs.h"
// We find that we often want to have a list of things listed by a
// numeric ID, which is generally monotonically increasing. This is