From b2a026faa2deb82a4dbb6ba77c5cd239648a4087 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 11 Nov 2014 22:17:03 +0300 Subject: [PATCH] add stddef.h to cds/details/defs.h --- cds/compiler/cxx11_atomic.h | 1 - cds/details/defs.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/compiler/cxx11_atomic.h b/cds/compiler/cxx11_atomic.h index e8319561..08cdd3a3 100644 --- a/cds/compiler/cxx11_atomic.h +++ b/cds/compiler/cxx11_atomic.h @@ -4,7 +4,6 @@ #define __CDS_COMPILER_CXX11_ATOMIC_H //@cond -#include // ptrdiff_t #include // make_unsigned #include #include diff --git a/cds/details/defs.h b/cds/details/defs.h index 943129e9..fa8a6638 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -3,6 +3,7 @@ #ifndef __CDS_DEFS_H #define __CDS_DEFS_H +#include #include #include #include -- 2.34.1