Switch arm64 over to our new bookworm nvidia sysroot
This also adds some cc_library rules using the sysroot necesary to build
vision code against libargus
Change-Id: Icbc529c546af2932fe4f041806ca9e6bb3cf93d1
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/vision/geometry.h b/frc971/vision/geometry.h
index 7858418..3285446 100644
--- a/frc971/vision/geometry.h
+++ b/frc971/vision/geometry.h
@@ -1,6 +1,8 @@
#ifndef FRC971_VISION_GEOMETRY_H_
#define FRC971_VISION_GEOMETRY_H_
+#include <optional>
+
#include "glog/logging.h"
#include "opencv2/core/types.hpp"