summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 390a443..7c11b07 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -9,6 +9,7 @@
#include <filesystem>
#include <glm/vec2.hpp>
#include <optional>
+#include <source_location>
#include <thirdparty/openmesh/glmcompat.h>
#include <thirdparty/openmesh/helpers.h>
@@ -115,7 +116,7 @@ public:
return property(surface, handle);
}
- void sanityCheck() const;
+ void sanityCheck(const std::source_location & = std::source_location::current()) const;
protected:
template<glm::length_t Dim>