Skip to content

Commit 5edf9fd

Browse files
committed
Add include guard
1 parent ce5538b commit 5edf9fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/include/Rcpp/exceptions_impl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// You should have received a copy of the GNU General Public License
1919
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2020

21+
#ifndef Rcpp__exceptions_impl__h
22+
#define Rcpp__exceptions_impl__h
23+
2124
// disable demangler on platforms where we have no support
2225
#ifndef RCPP_DEMANGLER_ENABLED
2326
# if defined(_WIN32) || \
@@ -102,3 +105,4 @@ namespace Rcpp {
102105

103106
}
104107

108+
#endif

0 commit comments

Comments
 (0)