commit | 94f51e96711f54085b9e901a467f6cb63ebd06c8 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Oct 30 19:25:32 2017 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Mar 02 21:37:13 2018 -0800 |
tree | 396d2ee1ca9685b8725f7567323e40e6c538c00e | |
parent | 2b1fce0a320c514f591f16647d3382680cd677d1 [diff] [blame] |
Initial stab at the new WPILib. Change-Id: Id04cc07649959566deb5b4fa637267072a5191ca
diff --git a/motors/algorithms_test.cc b/motors/algorithms_test.cc index 87cb5b5..32ca8b7 100644 --- a/motors/algorithms_test.cc +++ b/motors/algorithms_test.cc
@@ -1,6 +1,7 @@ #include "motors/algorithms.h" #include <inttypes.h> +#include <cmath> #include "gtest/gtest.h"