From 607573bb288ec9764306eb2000a77c6248d1c3a8 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 10 Apr 2019 11:56:07 +0100 Subject: [PATCH] Add missing #pragma once to pal_consts.h If you're defining a new PAL then you need to include this file twice. --- src/pal/pal_consts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pal/pal_consts.h b/src/pal/pal_consts.h index 8e32c61..5e14a7f 100644 --- a/src/pal/pal_consts.h +++ b/src/pal/pal_consts.h @@ -1,3 +1,5 @@ +#pragma once + namespace snmalloc { /**