From b8d6dc2e6604c5af6bc0c70c737e810641ffced0 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sat, 11 Dec 2021 13:16:31 +0100
Subject: [PATCH] [MPL] Add missing vector include.

---
 .../Properties/CreateOrthotropicEmbeddedFracturePermeability.h   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h
index 34b37ff7df2..c86921db167 100644
--- a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h
+++ b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h
@@ -11,6 +11,7 @@
 #pragma once
 
 #include <memory>
+#include <vector>
 
 namespace BaseLib
 {
-- 
GitLab