From ba92b10e74045cb048448c4c11f032303564cc49 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Mon, 23 Oct 2023 09:54:51 -0500 Subject: [PATCH] Fix resource locator windows build --- tesseract_common/include/tesseract_common/resource_locator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tesseract_common/include/tesseract_common/resource_locator.h b/tesseract_common/include/tesseract_common/resource_locator.h index 10122e055ec..3189e267dee 100644 --- a/tesseract_common/include/tesseract_common/resource_locator.h +++ b/tesseract_common/include/tesseract_common/resource_locator.h @@ -31,6 +31,7 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH #include #include #include +#include TESSERACT_COMMON_IGNORE_WARNINGS_POP namespace tesseract_common