From 82f4f07da04769058ff54a916ea6eb5a335439b3 Mon Sep 17 00:00:00 2001 From: Heiko Thiel Date: Sun, 9 May 2021 23:03:34 +0200 Subject: [PATCH] Fix compile issue due to missing include under MSVC 2019 --- .../include/pcl/outofcore/outofcore_breadth_first_iterator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/outofcore/include/pcl/outofcore/outofcore_breadth_first_iterator.h b/outofcore/include/pcl/outofcore/outofcore_breadth_first_iterator.h index 86d84297570..14efd5a1ae0 100644 --- a/outofcore/include/pcl/outofcore/outofcore_breadth_first_iterator.h +++ b/outofcore/include/pcl/outofcore/outofcore_breadth_first_iterator.h @@ -39,6 +39,9 @@ #pragma once #include + +#include + namespace pcl { namespace outofcore