From 979947fbbd77ece534cb2a3d3bad8f9a0f871f05 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Wed, 17 Sep 2025 23:12:29 -0400 Subject: [PATCH] Fix build on linux --- common/plotters/PDF_plotter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/plotters/PDF_plotter.cpp b/common/plotters/PDF_plotter.cpp index ff9817db94..760a0a0532 100644 --- a/common/plotters/PDF_plotter.cpp +++ b/common/plotters/PDF_plotter.cpp @@ -57,6 +57,7 @@ PDF_PLOTTER::~PDF_PLOTTER() = default; +#define GLM_ENABLE_EXPERIMENTAL //for older glm to enable euler angles #include #include