From c36999b17cbf1e64a7937232133db79898bfa608 Mon Sep 17 00:00:00 2001 From: Shivam Pandey <46261813+ShivamPR21@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:26:35 +0530 Subject: [PATCH] Fixed errors due to missing header link. (#432) Signed-off-by: Shivam Pandey --- tf2/include/tf2/impl/utils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tf2/include/tf2/impl/utils.h b/tf2/include/tf2/impl/utils.h index 57b143d8a..a38eb4545 100644 --- a/tf2/include/tf2/impl/utils.h +++ b/tf2/include/tf2/impl/utils.h @@ -15,8 +15,12 @@ #ifndef TF2__IMPL__UTILS_H_ #define TF2__IMPL__UTILS_H_ +#include #include #include +#include +#include + namespace tf2 {