From 58fb6a030477718a324ec13fd15ff16dee76e9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=95=E3=81=8F=E3=82=89=E3=81=BF=E3=81=93?= Date: Tue, 17 Dec 2024 08:40:48 +0300 Subject: [PATCH] clean --- include/omath/omath_export.hpp | 2 +- include/omath/projection/Camera.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/omath/omath_export.hpp b/include/omath/omath_export.hpp index 199e78f..b0949e7 100644 --- a/include/omath/omath_export.hpp +++ b/include/omath/omath_export.hpp @@ -21,4 +21,4 @@ # define OMATH_API OMATH_API_EXPORT #else # define OMATH_API OMATH_API_IMPORT -#endif \ No newline at end of file +#endif diff --git a/include/omath/projection/Camera.hpp b/include/omath/projection/Camera.hpp index 7a374ba..59f6fe8 100644 --- a/include/omath/projection/Camera.hpp +++ b/include/omath/projection/Camera.hpp @@ -10,7 +10,7 @@ #include "ErrorCodes.hpp" #include #include -#include +#include "omath/omath_export.hpp" namespace omath::projection {