From 6ba21ffafe848c48da77baeaaa5837f197b551b6 Mon Sep 17 00:00:00 2001 From: Dimitar Krastev Date: Mon, 24 Jun 2024 19:33:54 +0300 Subject: [PATCH] Added missed header. --- Common++/header/PointerVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common++/header/PointerVector.h b/Common++/header/PointerVector.h index 9ba6b0b33a..1010ca5213 100644 --- a/Common++/header/PointerVector.h +++ b/Common++/header/PointerVector.h @@ -2,6 +2,7 @@ #include #include +#include #include #include