From 2fceae91fd47f94e7f5700635c9b9b15c241ab6b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 20 Oct 2023 03:14:12 -0700 Subject: [PATCH] geom: add missing include. --- include/scmp/geom/Orientation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/scmp/geom/Orientation.h b/include/scmp/geom/Orientation.h index cfce891..3274438 100644 --- a/include/scmp/geom/Orientation.h +++ b/include/scmp/geom/Orientation.h @@ -4,6 +4,7 @@ * of the Earth. */ +#include #ifndef SCMATH_GEOM_ORIENTATION_H #define SCMATH_GEOM_ORIENTATION_H