This commit is contained in:
さくらみこ
2024-12-17 08:40:48 +03:00
parent 193e87847a
commit 58fb6a0304
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@
# define OMATH_API OMATH_API_EXPORT
#else
# define OMATH_API OMATH_API_IMPORT
#endif
#endif

View File

@@ -10,7 +10,7 @@
#include "ErrorCodes.hpp"
#include <omath/Angle.hpp>
#include <type_traits>
#include <omath/omath_export.hpp>
#include "omath/omath_export.hpp"
namespace omath::projection
{