From d14518896b09a1c79ca7644eff080d48aa34e8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 15 Feb 2023 11:15:09 +0100 Subject: [PATCH] ifndef --- src/RSQLite.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/RSQLite.h b/src/RSQLite.h index 06f0d204c..844e03ddd 100644 --- a/src/RSQLite.h +++ b/src/RSQLite.h @@ -6,7 +6,10 @@ #include +// CRAN request +#ifndef BOOST_NO_AUTO_PTR #define BOOST_NO_AUTO_PTR +#endif // Included here because they need -Wno-error, // which is active only for precompiled headers on my system