clang-diagnostic error: no type named 'BIOSAttribute'
Clang was throwing no type named 'BIOSAttribute' in namespace
'pldm::responder::bios' as the necessary header was not included.
Change-Id: Id5df1be4b811f5206d69841896bba8357e0c9e5d
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
diff --git a/libpldmresponder/test/mocked_bios.hpp b/libpldmresponder/test/mocked_bios.hpp
index 8a01cb3..f5f660e 100644
--- a/libpldmresponder/test/mocked_bios.hpp
+++ b/libpldmresponder/test/mocked_bios.hpp
@@ -1,3 +1,4 @@
+#include "bios_attribute.hpp"
#include "libpldmresponder/bios_table.hpp"
#include <gmock/gmock.h>