From 5311958a5aad988fa17bb5da887cf7fb4e9c8193 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 11 Oct 2024 12:37:02 -0700 Subject: [PATCH] Add missing include --- ntcore/src/main/native/cpp/net/WireDecoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ntcore/src/main/native/cpp/net/WireDecoder.h b/ntcore/src/main/native/cpp/net/WireDecoder.h index 33c5bacafea..3a8d4216088 100644 --- a/ntcore/src/main/native/cpp/net/WireDecoder.h +++ b/ntcore/src/main/native/cpp/net/WireDecoder.h @@ -7,6 +7,7 @@ #include #include +#include #include namespace wpi {