mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fix clang-tidy warnings (#4359)
The warnings included recommendations of braces for if statement readability, a recommendation for default initialization of an int array, and include-what-you-use (indirectly through clang-tidy reporting undefined symbols).
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "ResolverThread.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wpi/mutex.h>
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
Reference in New Issue
Block a user