PowerDistributionPanelTest.cpp: Include thread

This commit is contained in:
Peter Johnson
2018-12-29 16:46:35 -08:00
parent 01d1322066
commit 0e2e180635

View File

@@ -7,6 +7,8 @@
#include "frc/PowerDistributionPanel.h" // NOLINT(build/include_order)
#include <thread>
#include <hal/Ports.h>
#include "TestBench.h"