From 7a9c031f7f3793505275fae2128285bf1e13ee8d Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 2 Jul 2015 16:29:00 +0200 Subject: [PATCH] [MeL] Add missing include. --- MeshLib/Location.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MeshLib/Location.h b/MeshLib/Location.h index e874b2d57bf..c392ae1f064 100644 --- a/MeshLib/Location.h +++ b/MeshLib/Location.h @@ -10,6 +10,7 @@ * */ +#include <cstddef> #include <iosfwd> #ifndef LOCATION_H_ -- GitLab