We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193e878 commit 58fb6a0Copy full SHA for 58fb6a0
include/omath/omath_export.hpp
@@ -21,4 +21,4 @@
21
# define OMATH_API OMATH_API_EXPORT
22
#else
23
# define OMATH_API OMATH_API_IMPORT
24
-#endif
+#endif
include/omath/projection/Camera.hpp
@@ -10,7 +10,7 @@
10
#include "ErrorCodes.hpp"
11
#include <omath/Angle.hpp>
12
#include <type_traits>
13
-#include <omath/omath_export.hpp>
+#include "omath/omath_export.hpp"
14
15
namespace omath::projection
16
{
0 commit comments