From 692436ff188bfa30d8a27a3da819212f693334ba Mon Sep 17 00:00:00 2001 From: Andru Liu <90433630+WallabyLester@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:45:15 -0700 Subject: [PATCH] Changing include. --- CPP_Implementation/apid_controller_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP_Implementation/apid_controller_test.cpp b/CPP_Implementation/apid_controller_test.cpp index 1869de7..464f73f 100644 --- a/CPP_Implementation/apid_controller_test.cpp +++ b/CPP_Implementation/apid_controller_test.cpp @@ -1,4 +1,4 @@ -#include "gtest/gtest.h" +#include #include "apid_controller.h" // Test fixture for aPIDController