mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <thread>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(EventTest, AutoReset) {
|
||||
auto event = wpi::CreateEvent(false, false);
|
||||
|
||||
Reference in New Issue
Block a user