From cd813b6636ca5369ccca55d79f99222681993597 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Sun, 18 Jul 2021 15:31:40 -0400 Subject: [PATCH] vialrgb: fix missing include --- quantum/vialrgb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quantum/vialrgb.h b/quantum/vialrgb.h index 486a8aa2f7..6e19e57eb3 100644 --- a/quantum/vialrgb.h +++ b/quantum/vialrgb.h @@ -2,6 +2,8 @@ #pragma once +#include + #define VIALRGB_PROTOCOL_VERSION 1 /* Start at 0x40 in order to not conflict with existing "enum via_lighting_value",