From 0e2e180635474976026594ce169465248befefb3 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 29 Dec 2018 16:46:35 -0800 Subject: [PATCH] PowerDistributionPanelTest.cpp: Include thread --- .../src/main/native/cpp/PowerDistributionPanelTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wpilibcIntegrationTests/src/main/native/cpp/PowerDistributionPanelTest.cpp b/wpilibcIntegrationTests/src/main/native/cpp/PowerDistributionPanelTest.cpp index 881b949145..5917361fb1 100644 --- a/wpilibcIntegrationTests/src/main/native/cpp/PowerDistributionPanelTest.cpp +++ b/wpilibcIntegrationTests/src/main/native/cpp/PowerDistributionPanelTest.cpp @@ -7,6 +7,8 @@ #include "frc/PowerDistributionPanel.h" // NOLINT(build/include_order) +#include + #include #include "TestBench.h"