From df9415facbdc3582bf826c4face85002953477ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 27 Jun 2022 12:46:31 -0400 Subject: [PATCH] fix: add missing `#include ` --- include/lefticus/tools/flat_map_adapter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lefticus/tools/flat_map_adapter.hpp b/include/lefticus/tools/flat_map_adapter.hpp index b49996c..b75e912 100644 --- a/include/lefticus/tools/flat_map_adapter.hpp +++ b/include/lefticus/tools/flat_map_adapter.hpp @@ -3,6 +3,7 @@ #include #include +#include #include #include