Skip to content

Commit e0e64d3

Browse files
author
Tark Patel
committed
Added include header for cmath
1 parent 7326ee6 commit e0e64d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Graphics/Datatypes/Tests/GLMTests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
DEALINGS IN THE SOFTWARE.
2626
*/
2727

28+
#include <cmath>
2829
#include <Core/Utils/Exception.h>
2930
#include <gtest/gtest.h>
3031
#include <glm/gtc/matrix_transform.hpp>

0 commit comments

Comments
 (0)