commit | f1cff3972f600f2f916b98c255da25fc3042495c | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sun Oct 11 19:36:18 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Sun Oct 11 19:45:20 2015 -0400 |
tree | 63f1c9afd865579c153dc98918669e332f920cae | |
parent | 11030eb88dfb981d70f8ee36c89b38b3ff50205b [diff] [blame] |
Fix various little bugs and loosen up various warnings Change-Id: Iead48ac030290290c7c448b6f72a31380c2e8326
diff --git a/frc971/control_loops/BUILD b/frc971/control_loops/BUILD index c220b96..1fba54f 100644 --- a/frc971/control_loops/BUILD +++ b/frc971/control_loops/BUILD
@@ -65,6 +65,7 @@ deps = [ ':queues', ':gaussian_noise', + '//external:libm', ], ) @@ -76,6 +77,9 @@ hdrs = [ 'gaussian_noise.h', ], + deps = [ + '//external:libm', + ], ) cc_library(