Set up wpiformat

This commit is contained in:
Tyler Veness
2017-10-21 20:31:20 -07:00
committed by Peter Johnson
parent cd4b7b6cc7
commit c6f6b352fb
58 changed files with 1356 additions and 1263 deletions

View File

@@ -8,12 +8,12 @@
#pragma once
// Allows usage with std::lock_guard without including <mutex> separately
#include <mutex>
#ifdef __linux__
#include <pthread.h>
#endif
#include <mutex>
namespace wpi {
#ifdef __linux__