From b508bc2d8ca84631b8705d2a409543e8ce5609df Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 2 Nov 2014 08:44:47 +0300 Subject: [PATCH] change header sequence for back-off --- cds/algo/backoff_strategy.h | 1 - cds/compiler/backoff.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cds/algo/backoff_strategy.h b/cds/algo/backoff_strategy.h index 01c1dbd1..f6baaaf0 100644 --- a/cds/algo/backoff_strategy.h +++ b/cds/algo/backoff_strategy.h @@ -18,7 +18,6 @@ #include #include -#include #include namespace cds { diff --git a/cds/compiler/backoff.h b/cds/compiler/backoff.h index f8ec9e7d..23803476 100644 --- a/cds/compiler/backoff.h +++ b/cds/compiler/backoff.h @@ -3,6 +3,8 @@ #ifndef __CDS_COMPILER_BACKOFF_IMPL_H #define __CDS_COMPILER_BACKOFF_IMPL_H +#include + #if CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS) # if CDS_PROCESSOR_ARCH == CDS_PROCESSOR_X86 # include -- 2.34.1