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 {