Add missing #pragma once to pal_consts.h

If you're defining a new PAL then you need to include this file twice.
This commit is contained in:
David Chisnall
2019-04-10 11:56:07 +01:00
parent a93f43fd2f
commit 607573bb28

View File

@@ -1,3 +1,5 @@
#pragma once
namespace snmalloc
{
/**