Add include guard for ScopedFTZ

This commit is contained in:
Jean Pierre Cimalando 2020-02-09 13:08:08 +01:00
parent d066a81519
commit 85b1c6464f

View file

@ -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.
*