From f59b980427f26118fa0dc82e52c6807040669059 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 8 Jun 2024 03:23:50 +0200 Subject: [PATCH] Include stdint, so that uint8_t can be used. --- src/CCData.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CCData.hpp b/src/CCData.hpp index d9c981b..644ab1d 100755 --- a/src/CCData.hpp +++ b/src/CCData.hpp @@ -4,9 +4,9 @@ */ #pragma once -#include #include #include +#include namespace CCData { class CCData {