aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/generic/refcount.h')
-rw-r--r--util/generic/refcount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/refcount.h b/util/generic/refcount.h
index 966e853b77..538f295e58 100644
--- a/util/generic/refcount.h
+++ b/util/generic/refcount.h
@@ -2,7 +2,7 @@
#include <util/system/guard.h>
#include <util/system/atomic.h>
-#include <util/system/defaults.h>
+#include <util/system/defaults.h>
#include <util/system/yassert.h>
template <class TCounterCheckPolicy>