From bc19b3f88e7cbfbb03643456f6d0c5650de6985b Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Fri, 15 Mar 2019 19:00:57 +0100
Subject: [PATCH] Added missing include.

---
 modules/geom/src/mat4.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/geom/src/mat4.hh b/modules/geom/src/mat4.hh
index 95ca3d632..3888fa873 100644
--- a/modules/geom/src/mat4.hh
+++ b/modules/geom/src/mat4.hh
@@ -23,6 +23,7 @@
 #include <cstddef> // for size_t
 #include <ostream>
 #include <vector>
+#include <stdexcept>
 
 #include <boost/operators.hpp>
 
-- 
GitLab