change header sequence for back-off
[libcds.git] / cds / compiler / backoff.h
index f8ec9e7d1b8b926cdb4fd995b7defafec2e9236d..238034762f15ea09da09b62d4e262a030f979c4e 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef __CDS_COMPILER_BACKOFF_IMPL_H
 #define __CDS_COMPILER_BACKOFF_IMPL_H
 
+#include <cds/details/defs.h>
+
 #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 <cds/compiler/vc/x86/backoff.h>