commit | bb458cdd33d8a243297be860a273fea37854e341 | [log] [tgz] |
---|---|---|
author | John Park <johnhenryp@icloud.com> | Sun Nov 03 19:18:43 2019 -0800 |
committer | John Park <johnhenryp@icloud.com> | Tue Nov 26 19:50:25 2019 -0800 |
tree | 377e192b844543067872931ef586f7881d71a1bf | |
parent | ef6fa3f365f3a4d49a4b28ba09b946bb903b5633 [diff] [blame] |
Changing 2017 constants from aos::Once to absl::call_once() Change-Id: I0f0ef84c77e5e71171836a478c761398c342f017
diff --git a/y2017/BUILD b/y2017/BUILD index 30da3b9..404683b 100644 --- a/y2017/BUILD +++ b/y2017/BUILD
@@ -13,6 +13,7 @@ "//aos:once", "//aos/logging", "//aos/mutex", + "@com_google_absl//absl/base", "//aos/network:team_number", "//frc971:constants", "//frc971/shooter_interpolation:interpolation",