From b661b6147a77415a58d6473e605de5f624106c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Patrick=20Urbanke=20=28=E5=8A=89=E8=87=AA=E6=88=90?= =?UTF-8?q?=29?= Date: Thu, 15 Aug 2024 12:12:49 +0200 Subject: [PATCH] Include vector in Literal.hpp (#175) --- include/rfl/Literal.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rfl/Literal.hpp b/include/rfl/Literal.hpp index 2c36d9d0..fc7ce50e 100644 --- a/include/rfl/Literal.hpp +++ b/include/rfl/Literal.hpp @@ -9,6 +9,7 @@ #include #include #include +#include #include "Result.hpp" #include "Tuple.hpp"