--- libelwix/inc/elwix.h 2026/03/31 15:25:23 1.30.10.1 +++ libelwix/inc/elwix.h 2026/05/11 15:53:20 1.32 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: elwix.h,v 1.30.10.1 2026/03/31 15:25:23 misho Exp $ +* $Id: elwix.h,v 1.32 2026/05/11 15:53:20 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -56,7 +56,12 @@ SUCH DAMAGE. #include #include #include -#include +#ifndef __cplusplus + #include +#else + #include + #define _Atomic(X) std::atomic +#endif #ifndef __linux__ #include #include