From f9899eb73f7014fee49e25df78138112246ac26c Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sun, 28 Sep 2025 01:48:00 -0400 Subject: [PATCH] [wpimath] Fix odd header path in BangBangController (#8261) --- wpimath/src/main/native/cpp/controller/BangBangController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpimath/src/main/native/cpp/controller/BangBangController.cpp b/wpimath/src/main/native/cpp/controller/BangBangController.cpp index 7c27f4e574..56cd041813 100644 --- a/wpimath/src/main/native/cpp/controller/BangBangController.cpp +++ b/wpimath/src/main/native/cpp/controller/BangBangController.cpp @@ -2,7 +2,7 @@ // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. -#include "../../include/frc/controller/BangBangController.h" +#include "frc/controller/BangBangController.h" #include