From b77a277ebdd5e1cc495d36f9651a3f78ada55c78 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Tue, 6 Jun 2023 10:54:11 +0200 Subject: [PATCH] Add missing include --- include/llama/Meta.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llama/Meta.hpp b/include/llama/Meta.hpp index ad3e0dddfb..6b12d3675f 100644 --- a/include/llama/Meta.hpp +++ b/include/llama/Meta.hpp @@ -3,6 +3,8 @@ #pragma once +#include "macros.hpp" + #include namespace llama