From 85b1c6464f1a9c02d5c610db7961fc3a087c0eff Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sun, 9 Feb 2020 13:08:08 +0100 Subject: [PATCH] Add include guard for ScopedFTZ --- src/sfizz/ScopedFTZ.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sfizz/ScopedFTZ.h b/src/sfizz/ScopedFTZ.h index 16196d5b..6fea43b0 100644 --- a/src/sfizz/ScopedFTZ.h +++ b/src/sfizz/ScopedFTZ.h @@ -4,6 +4,8 @@ // license. You should have receive a LICENSE.md file along with the code. // If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz +#pragma once + /** * @brief Flush floating points to zero and disable denormals as an RAII helper. *