From f951d1040c07b4353147bca39b3646971b42d8ac Mon Sep 17 00:00:00 2001 From: Srivats P Date: Sat, 9 Feb 2019 17:35:41 +0530 Subject: [PATCH] HostDev: Fix build break --- common/abstractprotocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/abstractprotocol.h b/common/abstractprotocol.h index b14981d..1c2b433 100644 --- a/common/abstractprotocol.h +++ b/common/abstractprotocol.h @@ -36,7 +36,7 @@ along with this program. If not, see #define BASE_DEC (10) #define BASE_HEX (16) -class FrameValueAttrib; +struct FrameValueAttrib; class StreamBase; class ProtocolListIterator;