geom: add missing include.

This commit is contained in:
Kyle Isom 2023-10-20 03:14:12 -07:00
parent 1c2f9af9d9
commit 2fceae91fd
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* of the Earth.
*/
#include <cstdint>
#ifndef SCMATH_GEOM_ORIENTATION_H
#define SCMATH_GEOM_ORIENTATION_H