From 605339a5dd3b9c5740927ad9af85bb6d0f94c5b7 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 13 Feb 2012 06:49:56 +0100 Subject: Remove qatomic_arch.h Make qbasicatomic.h include the OS/compiler/processor dependent implementation. For implementations that have not yet been ported to declare a QAtomicOps, they need to #include , and the new QBasicAtomicInteger and QBasicAtomicPointer should not be declared. Change-Id: Ia951834484c9f8dfa75131592e5e716b68ff989b Reviewed-by: Thiago Macieira --- src/corelib/arch/qatomic_sparc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/arch/qatomic_sparc.h') diff --git a/src/corelib/arch/qatomic_sparc.h b/src/corelib/arch/qatomic_sparc.h index 5fc640e01b..63282290c1 100644 --- a/src/corelib/arch/qatomic_sparc.h +++ b/src/corelib/arch/qatomic_sparc.h @@ -42,6 +42,8 @@ #ifndef QATOMIC_SPARC_H #define QATOMIC_SPARC_H +#include + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -- cgit v1.2.3