From 141c6886fa617c2db2ea3fd67e6783577b351b44 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Thu, 1 Jun 2023 19:01:07 -0400 Subject: [PATCH] add include for thread --- wpilibc/src/test/native/cpp/TimerTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wpilibc/src/test/native/cpp/TimerTest.cpp b/wpilibc/src/test/native/cpp/TimerTest.cpp index 0009e4db180..5fda62be29e 100644 --- a/wpilibc/src/test/native/cpp/TimerTest.cpp +++ b/wpilibc/src/test/native/cpp/TimerTest.cpp @@ -5,6 +5,7 @@ #include "frc/Timer.h" // NOLINT(build/include_order) #include +#include #include "frc/simulation/SimHooks.h" #include "gtest/gtest.h"